WP_FAIL2BAN_EX_WAF_LOG
Facility for WAF class events.
Default facility: LOG_USER
Premium flavour only
Added in version 5.1.0.
Specifies the syslog facility to use when logging Web Application Firewall events.
Example: Using LOG_LOCAL5
/**
* Facility for WAF events.
*/
define('WP_FAIL2BAN_EX_WAF_LOG', LOG_LOCAL5);
See also