Set a default log file size in reference davmail.properties

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2111 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2013-05-11 18:09:58 +00:00
parent b4c3cc5326
commit 1870ebefe7
1 changed files with 52 additions and 50 deletions

View File

@ -96,6 +96,8 @@ davmail.smtpSaveInSent=true
# log file path, leave empty for default path
davmail.logFilePath=
# maximum log file size, use Log4J syntax, set to 0 to use an external rotation mechanism, e.g. logrotate
davmail.logFileSize=1MB
# log levels
log4j.logger.davmail=WARN
log4j.logger.httpclient.wire=WARN