You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/08/23 20:01:00 UTC

svn commit: r434147 - /incubator/xap/trunk/WebContent/XapConfig.xml

Author: mturyn
Date: Wed Aug 23 13:01:00 2006
New Revision: 434147

URL: http://svn.apache.org/viewvc?rev=434147&view=rev
Log:
For: Rob Gagne

Updated config to disable logging by default.

Modified:
    incubator/xap/trunk/WebContent/XapConfig.xml

Modified: incubator/xap/trunk/WebContent/XapConfig.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/XapConfig.xml?rev=434147&r1=434146&r2=434147&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/XapConfig.xml (original)
+++ incubator/xap/trunk/WebContent/XapConfig.xml Wed Aug 23 13:01:00 2006
@@ -1,5 +1,6 @@
 <xap-configuration>
-	<log-configuration logging-enabled="true">
+	<!-- turn this on to enable debugging trace -->
+	<log-configuration logging-enabled="false">
 	</log-configuration>
 	
 	<plugins>