max-size
max-size = number_of_bytesInteger value that indicates the size limit of the log files. This value applies to the request, referrer, and agent logs. The size limit is also known as the rollover threshold. When the log file reaches this threshold, the original log file is renamed, and a new log file with the original name is created.
Options
- number_of_bytes
When the value is zero (0), no rollover log file is created.
When the value is a negative integer, the logs are rolled over daily, regardless of the size.
When the value is a positive integer, the value indicates the maximum size, in bytes, of the log file before the rollover occurs. The allowable range is from 1 byte to 2 MB.
Usage
Required.
Default value
2000000
Example
max-size = 2000000