You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2007/01/17 07:53:44 UTC

svn commit: r496944 - /myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/classes/log4j.xml

Author: lofwyr
Date: Tue Jan 16 22:53:43 2007
New Revision: 496944

URL: http://svn.apache.org/viewvc?view=rev&rev=496944
Log:
set root log level to "info"

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/classes/log4j.xml

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/classes/log4j.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/classes/log4j.xml?view=diff&rev=496944&r1=496943&r2=496944
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/classes/log4j.xml (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/classes/log4j.xml Tue Jan 16 22:53:43 2007
@@ -54,10 +54,6 @@
 <!--    <priority value="debug" />-->
 <!--  </category>-->
 
-<!--  <category name="org.apache.myfaces.tobago.miniHowto">-->
-<!--    <priority value="debug" />-->
-<!--  </category>-->
-
 <!--  <category name="org.apache.myfaces.tobago.overview">-->
 <!--    <priority value="debug" />-->
 <!--  </category>-->
@@ -103,7 +99,7 @@
   </category>
 
   <root>
-    <priority value="error" />
+    <priority value="info" />
     <appender-ref ref="logfile" />
   </root>