vmassol 01/07/04 02:39:31
Modified: cactus/conf/sample/conf/test/share log_client.properties
log_server.properties
Log:
more detailed configuration of Log4j so that only cactus classes are logging to the
cactus appender
Revision Changes Path
1.2 +2 -1
jakarta-commons/cactus/conf/sample/conf/test/share/log_client.properties
Index: log_client.properties
===================================================================
RCS file:
/home/cvs/jakarta-commons/cactus/conf/sample/conf/test/share/log_client.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- log_client.properties 2001/06/17 18:12:10 1.1
+++ log_client.properties 2001/07/04 09:39:22 1.2
@@ -8,4 +8,5 @@
log4j.appender.cactus.layout = org.apache.log4j.PatternLayout
log4j.appender.cactus.layout.ConversionPattern = %r [%t] %-5p %c{2} %x - %m %n
-log4j.rootCategory = DEBUG, cactus
\ No newline at end of file
+log4j.category.org.apache.commons.cactus = DEBUG, cactus
+#log4j.rootCategory = DEBUG, cactus
\ No newline at end of file
1.2 +2 -1
jakarta-commons/cactus/conf/sample/conf/test/share/log_server.properties
Index: log_server.properties
===================================================================
RCS file:
/home/cvs/jakarta-commons/cactus/conf/sample/conf/test/share/log_server.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- log_server.properties 2001/06/17 18:12:10 1.1
+++ log_server.properties 2001/07/04 09:39:24 1.2
@@ -8,4 +8,5 @@
log4j.appender.cactus.layout = org.apache.log4j.PatternLayout
log4j.appender.cactus.layout.ConversionPattern = %r [%t] %-5p %c{2} %x - %m %n
-log4j.rootCategory = DEBUG, cactus
\ No newline at end of file
+log4j.category.org.apache.commons.cactus = DEBUG, cactus
+#log4j.rootCategory = DEBUG, cactus
\ No newline at end of file