* Other: fixed problem with too big mageclient.log file, now it will be clean after 10MB (log files rotation);

This commit is contained in:
Oleg Agafonov 2020-01-26 16:34:04 +04:00
parent ab2fb29270
commit 1b3a5d625b
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#SAMPLE CLIENT CONFIG (you must enable it by command line)
#default log level and active appenders (dest for logs)
log4j.rootLogger=info, console, logfile
log4j.rootLogger=info, console, logfileByIndex
#custom log level for java classes
#log4j.logger.com.j256.ormlite=warn

View file

@ -1,7 +1,7 @@
#default settings (uses for CLIENT run)
#default log level and active appenders (dest for logs)
log4j.rootLogger=info, console, logfile
log4j.rootLogger=info, console, logfileByIndex
#custom log level for java classes
#log4j.logger.com.j256.ormlite=warn