Wrapper: Increase default wrapper.log max size,

so a thread dump is more likely to fit in a single file
This commit is contained in:
zzz
2016-04-27 15:46:24 +00:00
parent f35eaaf194
commit 967074c2d6

View File

@@ -166,7 +166,7 @@ wrapper.logfile.loglevel=INFO
# the log is rolled. Size is specified in bytes. The default value
# of 0, disables log rolling. May abbreviate with the 'k' (kb) or
# 'm' (mb) suffix. For example: 10m = 10 megabytes.
wrapper.logfile.maxsize=1m
wrapper.logfile.maxsize=4m
# Maximum number of rolled log files which will be allowed before old
# files are deleted. The default value of 0 implies no limit.