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