[Yanel-commits] rev 38189 - public/yanel/trunk/conf

michi at wyona.com michi at wyona.com
Fri Aug 22 11:46:42 CEST 2008


Author: michi
Date: 2008-08-22 11:46:42 +0200 (Fri, 22 Aug 2008)
New Revision: 38189

Modified:
   public/yanel/trunk/conf/log4j.properties
Log:
max log file size added

Modified: public/yanel/trunk/conf/log4j.properties
===================================================================
--- public/yanel/trunk/conf/log4j.properties	2008-08-22 09:10:42 UTC (rev 38188)
+++ public/yanel/trunk/conf/log4j.properties	2008-08-22 09:46:42 UTC (rev 38189)
@@ -16,5 +16,7 @@
 #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.Repository=INFO



More information about the Yanel-commits mailing list