vmassol 01/12/15 15:38:58
Modified: conf/sample/conf/test/share log_client.properties
log_server.properties
Log:
only log WARN priority and greater for cactus own logs by default
Revision Changes Path
1.9 +1 -1 jakarta-cactus/conf/sample/conf/test/share/log_client.properties
Index: log_client.properties
===================================================================
RCS file:
/home/cvs/jakarta-cactus/conf/sample/conf/test/share/log_client.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- log_client.properties 2001/12/01 16:10:42 1.8
+++ log_client.properties 2001/12/15 23:38:58 1.9
@@ -14,5 +14,5 @@
# By default we don't log at the DEBUG level for Cactus log, in order not to
generate too
# many logs. However, should a problem arise and logs need to be sent to the Cactus
dev team,
# then we will ask you to change this to DEBUG.
-log4j.category.org.apache.cactus = DEBUG, cactus
+log4j.category.org.apache.cactus = WARN, cactus
log4j.additivity.org.apache.cactus=false
1.9 +1 -1 jakarta-cactus/conf/sample/conf/test/share/log_server.properties
Index: log_server.properties
===================================================================
RCS file:
/home/cvs/jakarta-cactus/conf/sample/conf/test/share/log_server.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- log_server.properties 2001/12/01 16:10:42 1.8
+++ log_server.properties 2001/12/15 23:38:58 1.9
@@ -14,5 +14,5 @@
# By default we don't log at the DEBUG level for Cactus log, in order not to
generate too
# many logs. However, should a problem arise and logs need to be sent to the Cactus
dev team,
# then we will ask you to change this to DEBUG.
-log4j.category.org.apache.cactus = DEBUG, cactus
+log4j.category.org.apache.cactus = WARN, cactus
log4j.additivity.org.apache.cactus=false
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>