svn commit: r534965 - /ofbiz/trunk/framework/base/config/log4j.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r534965 - /ofbiz/trunk/framework/base/config/log4j.xml

jaz-3
Author: jaz
Date: Thu May  3 12:19:13 2007
New Revision: 534965

URL: http://svn.apache.org/viewvc?view=rev&rev=534965
Log:
turned off log4j debugging

Modified:
    ofbiz/trunk/framework/base/config/log4j.xml

Modified: ofbiz/trunk/framework/base/config/log4j.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/log4j.xml?view=diff&rev=534965&r1=534964&r2=534965
==============================================================================
--- ofbiz/trunk/framework/base/config/log4j.xml (original)
+++ ofbiz/trunk/framework/base/config/log4j.xml Thu May  3 12:19:13 2007
@@ -19,7 +19,7 @@
   under the License.
   -->
 
-<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="true">
+<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
 
     <!-- stdout appender -->
     <appender name="stdout" class="org.apache.log4j.ConsoleAppender">