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 2009/06/16 10:49:32 UTC

svn commit: r785114 - /myfaces/tobago/trunk/example/test/src/main/resources/log4j.xml

Author: lofwyr
Date: Tue Jun 16 08:49:32 2009
New Revision: 785114

URL: http://svn.apache.org/viewvc?rev=785114&view=rev
Log:
logging config

Modified:
    myfaces/tobago/trunk/example/test/src/main/resources/log4j.xml

Modified: myfaces/tobago/trunk/example/test/src/main/resources/log4j.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/resources/log4j.xml?rev=785114&r1=785113&r2=785114&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/resources/log4j.xml (original)
+++ myfaces/tobago/trunk/example/test/src/main/resources/log4j.xml Tue Jun 16 08:49:32 2009
@@ -30,6 +30,10 @@
     </layout>
   </appender>
 
+  <category name="org.apache.myfaces.tobago.example.test">
+    <priority value="debug" />
+  </category>
+  
   <root>
     <priority value="info" />
     <appender-ref ref="logfile" />