Skip to content

Rate this page
Thanks for your feedback
Thank you! The feedback has been submitted.

For help, click the link below to get free database assistance or contact our experts for personalized support.

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

Additional reading