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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 14 19:31:38 EDT 2009


Author: ispringer
Date: 2009-08-14 19:31:38 -0400 (Fri, 14 Aug 2009)
New Revision: 92398

Modified:
   branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j-production.xml
   branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j.xml
Log:
limit EMS (lib used by admin-console) logging to WARN

Modified: branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j-production.xml
===================================================================
--- branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j-production.xml	2009-08-14 22:00:31 UTC (rev 92397)
+++ branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j-production.xml	2009-08-14 23:31:38 UTC (rev 92398)
@@ -290,6 +290,11 @@
       <priority value="WARN"/>
    </category>
    
+   <!-- Limit the verbose MC4J EMS (lib used by admin-console) categories -->
+   <category name="org.mc4j.ems">
+      <priority value="WARN"/>
+   </category>
+      
    <!-- Show the evolution of the DataSource pool in the logs [inUse/Available/Max]
    <category name="org.jboss.resource.connectionmanager.JBossManagedConnectionPool">
      <priority value="TRACE"/>

Modified: branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j.xml
===================================================================
--- branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j.xml	2009-08-14 22:00:31 UTC (rev 92397)
+++ branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j.xml	2009-08-14 23:31:38 UTC (rev 92398)
@@ -246,11 +246,16 @@
    <category name="org.rhq">
       <priority value="WARN"/>
    </category>
-   
+      
    <!-- Limit the verbose seam categories -->
    <category name="org.jboss.seam">
       <priority value="WARN"/>
    </category>
+
+   <!-- Limit the verbose MC4J EMS (lib used by admin-console) categories -->
+   <category name="org.mc4j.ems">
+      <priority value="WARN"/>
+   </category>
    
    <!-- Show the evolution of the DataSource pool in the logs [inUse/Available/Max]
    <category name="org.jboss.resource.connectionmanager.JBossManagedConnectionPool">




More information about the jboss-cvs-commits mailing list