[jboss-cvs] JBossAS SVN: r110642 - branches/JBPAPP_5_1/server/src/etc/conf/all.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 11 12:54:01 EST 2011


Author: sguilhen at redhat.com
Date: 2011-02-11 12:54:00 -0500 (Fri, 11 Feb 2011)
New Revision: 110642

Modified:
   branches/JBPAPP_5_1/server/src/etc/conf/all/jboss-log4j.xml
Log:
JBPAPP-3134: Added jacorb.config category to jboss-log4j.xml. The priority has been set to ERROR to avoid printing unnecessary messages to the console during server startup

Modified: branches/JBPAPP_5_1/server/src/etc/conf/all/jboss-log4j.xml
===================================================================
--- branches/JBPAPP_5_1/server/src/etc/conf/all/jboss-log4j.xml	2011-02-11 17:16:12 UTC (rev 110641)
+++ branches/JBPAPP_5_1/server/src/etc/conf/all/jboss-log4j.xml	2011-02-11 17:54:00 UTC (rev 110642)
@@ -186,6 +186,11 @@
       <priority value="WARN"/>
    </category>
    
+   <!-- Limit the jacorb.config category to ERROR -->
+   <category name="jacorb.config">
+      <priority value="ERROR"/>
+   </category>
+
    <!-- 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



More information about the jboss-cvs-commits mailing list