- Documentation
- Configuration Property Overview
- Logging Configuration
- wrapper.logfile.maxsize Property
wrapper.logfile.maxsize |
||||||||
The log file can be set to roll when the file reaches a specified size. This property is ignored unless the wrapper.logfile.rollmode property has a value of SIZE, SIZE_OR_WRAPPER, or SIZE_OR_JVM. The default value is "0" (zero), which means no limit on the size. To roll the file, specify a maximum file size in "bytes". The size can be abbreviated with the suffixes:
For example, '10m' sets the log file to be rolled when it reaches a size of 10 megabytes.
|
















