You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/04/29 22:49:02 UTC

svn commit: r769922 - /myfaces/orchestra/trunk/examples/src/main/resources/log4j.xml

Author: bommel
Date: Wed Apr 29 20:49:02 2009
New Revision: 769922

URL: http://svn.apache.org/viewvc?rev=769922&view=rev
Log:
revert

Modified:
    myfaces/orchestra/trunk/examples/src/main/resources/log4j.xml

Modified: myfaces/orchestra/trunk/examples/src/main/resources/log4j.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/src/main/resources/log4j.xml?rev=769922&r1=769921&r2=769922&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/src/main/resources/log4j.xml (original)
+++ myfaces/orchestra/trunk/examples/src/main/resources/log4j.xml Wed Apr 29 20:49:02 2009
@@ -63,16 +63,8 @@
         <priority value="info"/>
     </category>
 
-    <category name="org.apache.myfaces.orchestra.conversation.jsf.components">
-        <priority value="debug"/>
-    </category>
-
-    <category name="org.apache.myfaces.orchestra.conversation.jsf.renderer">
-        <priority value="debug"/>
-    </category>
-
 	<root>
-		<priority value="info"/>
+		<priority value="debug"/>
 
 		<appender-ref ref="console"/>
 	</root>