You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2005/02/03 06:48:25 UTC

svn commit: r151127 - webservices/axis/trunk/java/dev/scratch/prototype2/src/test-resources/commons-logging.properties

Author: hemapani
Date: Wed Feb  2 21:48:24 2005
New Revision: 151127

URL: http://svn.apache.org/viewcvs?view=rev&rev=151127
Log:
tun off the logging at the build

Modified:
    webservices/axis/trunk/java/dev/scratch/prototype2/src/test-resources/commons-logging.properties

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/test-resources/commons-logging.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/test-resources/commons-logging.properties?view=diff&r1=151126&r2=151127
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/test-resources/commons-logging.properties (original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/test-resources/commons-logging.properties Wed Feb  2 21:48:24 2005
@@ -1,8 +1,8 @@
 # Uncomment the next line to disable all logging.
-#org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
+org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
 
 # Uncomment the next line to enable the simple log based logging
 #org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 
 # Uncomment the next line to enable log4j based logging
-org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
+#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger