WP_FAIL2BAN_PLUGIN_LOG_COMMENT
Enable logging plugin “Comment” class events.
Default setting: disabled
Added in version 4.2.0.
Enables logging of comment events from plugins.
Example: Enable plugin comment logging
/**
* Enable logging plugin "Comment" class events.
*/
define('WP_FAIL2BAN_PLUGIN_LOG_COMMENT', true);
See also