max-size
max-size = number_of_bytesDescription
Integer value indicating the size limit of the log files. This value applies to the request, referer, and agent logs. The size limit is also referred to 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 gigabytes.
Usage: Required.
Default:
2000000
Example:
max-size = 2000000