WP_FAIL2BAN_COMMENT_ATTEMPT_LOG
Facility for attempted comment events.
Default:
LOG_AUTHPRIV or LOG_AUTH
Specifies the syslog facility to use when logging failed comment attempts.
Example: Using LOG_LOCAL5
/**
* Facility for attempted comment events.
*/
define('WP_FAIL2BAN_COMMENT_ATTEMPT_LOG', LOG_LOCAL5);
History
Added in version 5.0.0.