Skip to content

Commit 8b9e42c

Browse files
authored
Update audit-log-filter-variables.md (#619)
Updated the default value for rotate_on_size
1 parent 577ff29 commit 8b9e42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/audit-log-filter-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,9 +629,9 @@ The size of the buffer for reading from the audit log filter file. The `audit_lo
629629
| Dynamic | Yes |
630630
| Scope | Global |
631631
| Data type | Integer |
632-
| Default | 1GB |
632+
| Default | 1073741824 |
633633

634-
Performs an automatic log file rotation based on the size. The default value is 1GB. If the value is greater than 0, when the log file size exceeds the value, the component renames the current file and opens a new log file using the original name.
634+
Performs an automatic log file rotation based on the size. The default value is 1073741824. If the value is greater than 0, when the log file size exceeds the value, the component renames the current file and opens a new log file using the original name.
635635

636636
If you set the value to less than 4096, the component does not automatically rotate the log files. You can rotate the log files manually using [`audit_log_rotate()`](#audit_log_rotate). If the value is not a multiple of 4096, the component truncates the value to the nearest multiple.
637637

0 commit comments

Comments
 (0)