mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
* Other: fixed problem with too big mageclient.log file, now it will be clean after 10MB (log files rotation);
This commit is contained in:
parent
ab2fb29270
commit
1b3a5d625b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue