WP_FAIL2BAN_AUTH_LOG

New in version 2.2.0.

By default, WPf2b uses LOG_AUTH for logging authentication success or failure. If you’d like to use a different log add the following to wp-config.php:

define('WP_FAIL2BAN_AUTH_LOG', LOG_LOCAL5);

Be sure to change the Facility to the one you’re using.