WP_FAIL2BAN_DISABLE_LAST_LOG

Disable logging of last events.

Default setting: false

Added in version 4.3.0.


By default, WPf2b stores the last 5 syslog messages in the options table for display in the dashboard widget. This can be disabled if you have performance concerns about frequent options table updates.

Example: Disable last events logging
/**
 * Disable logging of last events
 */
define('WP_FAIL2BAN_DISABLE_LAST_LOG', true);

Note

This only affects the dashboard widget display. All events will still be sent to syslog.