Hosted by:
SourceForge

wrapper.logfile.maxsize Property
wrapper.logfile.maxsize Property
Configuration Property Overview
wrapper.logfile.maxsize

The wrapper.log file can be set to roll when the file reaches a specified size. The default value of 0 will disable log file rolling. To roll the file, specify a maximum file size in bytes. The size can be abbreviated with the suffixes 'k' for kilobytes, or 'm' for megabytes. For example, '10m' sets the log file to be rolled when it reaches a size of 10 megabytes.

Example:
wrapper.logfile.maxsize=10m

This property is ignored unless the wrapper.logfile.rollmode property has a value of SIZE, SIZE_OR_WRAPPER, or SIZE_OR_JVM.

by Leif Mortenson

last modified: