...
Parameter | log_file_size | ||
---|---|---|---|
Type | Text string | ||
Value | If the log rotation log mode is enabled this parameter controls switching to next log file based on size of the current file (switching appears on exceeding this size), the log_file_size parameter determines the log file size threshold at which the log is automatically rotated.
Examples:
Minimum log file size is 64K, maximum is 1G. Setting size less then 64K effectively makes the log file unlimited. |
...