When log file rolling is enabled, old log files will be renamed with
an integer suffix. Where larger indices are older log files. The
maximum number of log files can be set using this property. The
default value, 0, implies no limit on the number of files. If this
number is reduced from say 10 to 5, the extra 5 files will not be
deleted, new log files will only be rolled within the first 5
indices. This property is ignored if
wrapper.logfile.maxsize
is 0.
Example: |
wrapper.logfile.maxfiles=10
|
|