[Yanel-commits] rev 42245 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Sun Apr 5 07:24:07 CEST 2009


Author: michi
Date: 2009-04-05 07:24:02 +0200 (Sun, 05 Apr 2009)
New Revision: 42245

Modified:
   public/yanel/trunk/src/build/log4j.properties
Log:
comment max file size and max backup index because only available in the case of file appender

Modified: public/yanel/trunk/src/build/log4j.properties
===================================================================
--- public/yanel/trunk/src/build/log4j.properties	2009-04-04 09:51:14 UTC (rev 42244)
+++ public/yanel/trunk/src/build/log4j.properties	2009-04-05 05:24:02 UTC (rev 42245)
@@ -12,13 +12,13 @@
 
 #log4j.appender.A1 = org.apache.log4j.RollingFileAppender
 #log4j.appender.A1.File = /home/michi/src/yanel-trunk/build/logs/log4j-build.log
+#log4j.appender.A1.MaxFileSize=1000KB
+#log4j.appender.A1.MaxBackupIndex=7
 
 
 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
 #log4j.appender.A1.layout.ConversionPattern=%-4r %d [%t] %-5p %c %x - %m%n
 # Showing the method might slow down logging. In order to improve performance use the pattern above
 log4j.appender.A1.layout.ConversionPattern=%-4r %d [%t] %-5p %c.%M():%L %x - %m%n
-log4j.appender.A1.MaxFileSize=1000KB
-log4j.appender.A1.MaxBackupIndex=7
 
 log4j.category.org.wyona.yarep.core.map.RealmManager=INFO



More information about the Yanel-commits mailing list