[jboss-cvs] JBossAS SVN: r85672 - branches/Branch_5_x/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 10 07:57:37 EDT 2009


Author: dimitris at jboss.org
Date: 2009-03-10 07:57:36 -0400 (Tue, 10 Mar 2009)
New Revision: 85672

Modified:
   branches/Branch_5_x/server/src/etc/conf/default/jboss-log4j.xml
Log:
remove duplicate entries for jsf logging. Add note for using the new JDKLevel class.

Modified: branches/Branch_5_x/server/src/etc/conf/default/jboss-log4j.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/default/jboss-log4j.xml	2009-03-10 11:05:10 UTC (rev 85671)
+++ branches/Branch_5_x/server/src/etc/conf/default/jboss-log4j.xml	2009-03-10 11:57:36 UTC (rev 85672)
@@ -182,19 +182,19 @@
       <priority value="INFO"/>
    </category>
    
-   <!-- Limit JSF logging to DEBUG.  FINER and FINEST will not be logged -->
-   <category name="javax.enterprise.resource.webcontainer.jsf">
-     <priority value="DEBUG" />
-   </category>
-
    <!-- Limit the jacorb category to WARN as its INFO is verbose -->
    <category name="jacorb">
       <priority value="WARN"/>
    </category>
    
-   <!-- Set the logging level of the JSF implementation -->
+   <!-- Set the logging level of the JSF implementation that uses
+      | java.util.logging. The jdk logging levels can be controlled
+      | through the org.jboss.logging.log4j.JDKLevel class that
+      | in addition to the standard log4j levels it adds support for
+      | SEVERE, WARNING, CONFIG, FINE, FINER, FINEST
+   -->
    <category name="javax.enterprise.resource.webcontainer.jsf">
-     <priority value="INFO" />
+     <priority value="INFO" class="org.jboss.logging.log4j.JDKLevel"/>
    </category>
    
    <!-- Limit the org.jgroups category to WARN as its INFO is verbose -->




More information about the jboss-cvs-commits mailing list