Skip to content

Disable Audit Log Filter logging

The audit_log_filter.disable system variable lets you disable or enable logging for all connections.

You can set the variable in the following ways:

  • Option file
  • Command-line startup string
  • SET statement during runtime
mysql> SET GLOBAL audit_log_filter.disable = true;

Setting audit_log_filter.disable has the following effect:

Value Actions
true Generates a warning. Audit log function calls and changes in variables generate session warnings. Disables the component.
false Re-enables the component and generates a warning. This is the default value.

Privileges required

Setting the value of audit_log_filter.disable at runtime requires the following:

  • AUDIT_ADMIN privilege
  • SYSTEM_VARIABLES_ADMIN privilege

Get expert help

If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.


Last update: 2024-05-02