WP_FAIL2BAN_PLUGIN_COMMENT_LOG
Facility for “Comment” class plugin events.
Default facility: LOG_USER
Added in version 4.2.0.
Specifies the syslog facility to use when logging comment events from plugins.
Example: Using LOG_LOCAL3
/**
* Facility for "Comment" class plugin events.
*/
define('WP_FAIL2BAN_PLUGIN_COMMENT_LOG', LOG_LOCAL3);
See also