WP_FAIL2BAN_COMMENT_LOG
Facility for Comment class events.
Default facility: LOG_USER
Added in version 3.5.0.
Specifies the syslog facility to use when logging comment events.
Example: Using LOG_LOCAL3
/**
* Facility for Comment events.
*/
define('WP_FAIL2BAN_COMMENT_LOG', LOG_LOCAL3);