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

michi at wyona.com michi at wyona.com
Wed Apr 14 20:47:21 CEST 2010


Author: michi
Date: 2010-04-14 20:47:21 +0200 (Wed, 14 Apr 2010)
New Revision: 48799

Modified:
   public/yanel/trunk/conf/log4j.properties
Log:
catalina base variable added

Modified: public/yanel/trunk/conf/log4j.properties
===================================================================
--- public/yanel/trunk/conf/log4j.properties	2010-04-14 18:30:27 UTC (rev 48798)
+++ public/yanel/trunk/conf/log4j.properties	2010-04-14 18:47:21 UTC (rev 48799)
@@ -1,12 +1,13 @@
 # log4j Configuration
 
-# ----------------------------------------
+# --------------------------------------------------------------------------------------------------
 # Changes
 #
 # IMPORTANT: Because of the changes listed below, one might has to re-configure the local.log4j.properties file (and in particular synchronize the "version.log4j.properties" number (see below)
 #
+# Change 20100414: catalina.base variable added (but has not impact on version attribute)
 # Change 20091201: access log config added
-# ----------------------------------------
+# --------------------------------------------------------------------------------------------------
 # Version of this file in order to compare with local.log4j.properties
 version.log4j.properties=2009120100
 
@@ -42,6 +43,7 @@
 # Access log4j
 log4j.appender.A2=org.apache.log4j.RollingFileAppender
 log4j.appender.A2.File=@LOG4J_DIR@/access-cnode at CNODE_ID@.log
+#log4j.appender.A2.File=${catalina.base}/logs/access-cnode at CNODE_ID@.log
 log4j.appender.A2.layout=org.apache.log4j.PatternLayout
 log4j.appender.A2.layout.ConversionPattern=%-4r %d [%t] %-5p %c %x - %m%n
 log4j.appender.A2.MaxFileSize=1000KB
@@ -51,6 +53,7 @@
 # 404 log4j
 log4j.appender.A3=org.apache.log4j.RollingFileAppender
 log4j.appender.A3.File=@LOG4J_DIR@/404-cnode at CNODE_ID@.log
+#log4j.appender.A3.File=${catalina.base}/logs/404-cnode at CNODE_ID@.log
 log4j.appender.A3.layout=org.apache.log4j.PatternLayout
 log4j.appender.A3.layout.ConversionPattern=%-4r %d [%t] %-5p %c %x - %m%n
 log4j.appender.A3.MaxFileSize=1000KB



More information about the Yanel-commits mailing list