Disable Audit Log Filter logging¶
The audit_log_filter.disable system variable turns audit logging on or off for all connections.
| Value | Effect |
|---|---|
audit_log_filter.disable = true |
Stops audit logging. |
audit_log_filter.disable = false |
Enables audit logging. |
Set the variable in an option file, on the command line, or at runtime:
SET GLOBAL audit_log_filter.disable = true;
Privileges required¶
Runtime changes require both of the following privileges:
-
AUDIT_ADMIN -
SYSTEM_VARIABLES_ADMIN