File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -811,14 +811,18 @@ are:
811
811
| -------------- | ------------------ |
812
812
| Command Line: | Yes |
813
813
| Scope: | Global |
814
- | Dynamic: | No |
814
+ | Dynamic: | Yes |
815
815
| Data type | Numeric |
816
- | Default value | 0 (don’t rotate the log file) |
816
+ | Default value | 0 |
817
817
818
818
This variable is measured in bytes and specifies the maximum size of the audit log file. Upon reaching
819
819
this size, the audit log will be rotated. The rotated log files are present in
820
820
the same directory as the current log file. The sequence number is appended to
821
- the log file name upon rotation. For this variable to take effect, set the audit_log_handler variable to ` FILE ` .
821
+ the log file name upon rotation.
822
+
823
+ If the value is set to 0 (the default), the audit log files won’t rotate.
824
+
825
+ Set the ` audit_log_handler ` to FILE to enable this variable.
822
826
823
827
### ` audit_log_rotations `
824
828
You can’t perform that action at this time.
0 commit comments