[jboss-cvs] JBossAS SVN: r110182 - in trunk: server/src/etc/deploy and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 23 11:52:16 EST 2010


Author: david.lloyd at jboss.com
Date: 2010-12-23 11:52:16 -0500 (Thu, 23 Dec 2010)
New Revision: 110182

Modified:
   trunk/component-matrix/pom.xml
   trunk/server/src/etc/deploy/jboss-logging.xml
Log:
[JBAS-8772] Reduce log spammage

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2010-12-23 16:10:09 UTC (rev 110181)
+++ trunk/component-matrix/pom.xml	2010-12-23 16:52:16 UTC (rev 110182)
@@ -1755,7 +1755,7 @@
       <dependency>
         <groupId>org.jboss.slf4j</groupId>
         <artifactId>slf4j-jboss-logmanager</artifactId>
-        <version>1.0.0.CR3</version>
+        <version>1.0.0.CR4</version>
       </dependency>
 
       <dependency>

Modified: trunk/server/src/etc/deploy/jboss-logging.xml
===================================================================
--- trunk/server/src/etc/deploy/jboss-logging.xml	2010-12-23 16:10:09 UTC (rev 110181)
+++ trunk/server/src/etc/deploy/jboss-logging.xml	2010-12-23 16:52:16 UTC (rev 110182)
@@ -620,6 +620,11 @@
    </logger>
    -->
 
+    <!-- Reduce org.mc4j stuff in the logs -->
+   <logger category="org.mc4j">
+      <level name="WARN"/>
+   </logger>
+
    <!-- Clustering logging -->
    <!-- Uncomment the following to redirect the org.jgroups and
       org.jboss.ha categories to a cluster.log file.



More information about the jboss-cvs-commits mailing list