forked from I2P_Developers/i2p.i2p
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:
@@ -166,7 +166,7 @@ wrapper.logfile.loglevel=INFO
|
|||||||
# the log is rolled. Size is specified in bytes. The default value
|
# the log is rolled. Size is specified in bytes. The default value
|
||||||
# of 0, disables log rolling. May abbreviate with the 'k' (kb) or
|
# of 0, disables log rolling. May abbreviate with the 'k' (kb) or
|
||||||
# 'm' (mb) suffix. For example: 10m = 10 megabytes.
|
# '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
|
# Maximum number of rolled log files which will be allowed before old
|
||||||
# files are deleted. The default value of 0 implies no limit.
|
# files are deleted. The default value of 0 implies no limit.
|
||||||
|
|||||||
Reference in New Issue
Block a user