logFileSize property
This property specifies the maximum size of the log file.
When the log file reaches the specified size, the servlet rolls over the log files. The logFileCount property determines the number of log files that are retained.
The valid size units for this property are b, kb, mb, and gb.
The default value is 5120kb. The minimum value is 512kb.
Example
logFileSize=30mb