WP_FAIL2BAN_OPENLOG_OPTIONS
Configure syslog options.
Default setting: disabled
Added in version 3.5.0.
Allows configuration of PHP’s openlog options. These control how messages are written to the system log.
Example: Set syslog options
/**
* Set openlog options
*/
define('WP_FAIL2BAN_OPENLOG_OPTIONS', LOG_NDELAY|LOG_PID);
Warning
If in doubt, leave this setting alone.