Forum Discussion
Steve_Francis
10 years agoFormer Employee
This is controlled by settings in wrapper.conf.
e.g.
wrapper.logfile.maxsize=64m
# Maximum number of rolled log files which will be allowed before old
# files are deleted. The default value of 0 implies no limit.
wrapper.logfile.maxfiles=3
So by default there is one active file, and 3 "history" files. When the active file reaches 64M, files are rotated.
Sometimes the max size and number of log files can be changed when people are debugging specific issues, but you can always set them back.
Related Content
- 2 years ago
- 11 months ago
- 4 months ago