WP_FAIL2BAN_SYSLOG_SHORT_TAG
Use short syslog tag.
Default setting: disabled
Added in version 3.0.0.
Forces WPf2b to use a shorter syslog tag. This is useful on systems where the standard tag length causes issues, particularly with some Linux distributions.
Example: Enable short syslog tag
/**
* Use short syslog tag
*/
define('WP_FAIL2BAN_SYSLOG_SHORT_TAG', true);
See also