WP_FAIL2BAN_COMMENT_ATTEMPT_LOG

Facility for attempted comment events.

Default: LOG_AUTH or LOG_AUTHPRIV

Added in version 5.0.0.


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);