WP_FAIL2BAN_PLUGIN_OTHER_LOG
Facility for “Other” class plugin events.
Default facility: LOG_USER
Added in version 4.2.0.
Specifies the syslog facility to use when logging miscellaneous events from plugins.
Example: Using LOG_LOCAL3
/**
* Facility for "Other" class plugin events.
*/
define('WP_FAIL2BAN_PLUGIN_OTHER_LOG', LOG_LOCAL3);
See also