From 38d2b1945ebba0d50588bc6c3e8937c335d9e860 Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:54:50 -0600 Subject: [PATCH] PS-9622 [DOCS] - audit_log_rotate_on_size is incorrect modified: docs/audit-log-plugin.md --- docs/audit-log-plugin.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/audit-log-plugin.md b/docs/audit-log-plugin.md index 6b07e22034e..bad7ef576b3 100644 --- a/docs/audit-log-plugin.md +++ b/docs/audit-log-plugin.md @@ -811,14 +811,18 @@ are: | -------------- | ------------------ | | Command Line: | Yes | | Scope: | Global | -| Dynamic: | No | +| Dynamic: | Yes | | Data type | Numeric | -| Default value | 0 (don’t rotate the log file) | +| Default value | 0 | This variable is measured in bytes and specifies the maximum size of the audit log file. Upon reaching this size, the audit log will be rotated. The rotated log files are present in the same directory as the current log file. The sequence number is appended to -the log file name upon rotation. For this variable to take effect, set the audit_log_handler variable to `FILE`. +the log file name upon rotation. + +If the value is set to 0 (the default), the audit log files won’t rotate. + +Set the `audit_log_handler` to FILE to enable this variable. ### `audit_log_rotations`