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/01/15 22:52:26 UTC

svn commit: r734834 - /myfaces/tobago/trunk/example/portlet/src/main/resources/log4j.xml

Author: lofwyr
Date: Thu Jan 15 13:52:25 2009
New Revision: 734834

URL: http://svn.apache.org/viewvc?rev=734834&view=rev
Log:
remove improper log config

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

Modified: myfaces/tobago/trunk/example/portlet/src/main/resources/log4j.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/portlet/src/main/resources/log4j.xml?rev=734834&r1=734833&r2=734834&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/portlet/src/main/resources/log4j.xml (original)
+++ myfaces/tobago/trunk/example/portlet/src/main/resources/log4j.xml Thu Jan 15 13:52:25 2009
@@ -41,18 +41,6 @@
     </layout>
   </appender>
 
-  <category name="org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.TreeNodeRenderer">
-    <priority value="debug"/>
-  </category>
-
-  <category name="org.apache.myfaces.tobago.model.MixedTreeModel">
-    <priority value="debug"/>
-  </category>
-
-  <category name="org.apache.myfaces.tobago.model.Wizard">
-    <priority value="debug"/>
-  </category>
-
   <root>
     <priority value="info" />
     <appender-ref ref="logfile" />