[jboss-cvs] JBossAS SVN: r96044 - trunk/server/src/etc/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 5 03:20:48 EST 2009


Author: jim.ma
Date: 2009-11-05 03:20:48 -0500 (Thu, 05 Nov 2009)
New Revision: 96044

Modified:
   trunk/server/src/etc/deploy/jboss-logging.xml
Log:
[JBAS-7418]:Added spring framework log category limit

Modified: trunk/server/src/etc/deploy/jboss-logging.xml
===================================================================
--- trunk/server/src/etc/deploy/jboss-logging.xml	2009-11-05 06:52:59 UTC (rev 96043)
+++ trunk/server/src/etc/deploy/jboss-logging.xml	2009-11-05 08:20:48 UTC (rev 96044)
@@ -259,6 +259,11 @@
       <level name="INFO"/>
    </logger>
 
+   <!-- Limit the springframework category to WARN-->
+   <category name="org.springframework">
+     <priority value="WARN"/>
+   </category>
+
    <!-- Limit JBoss categories
    <logger category="org.jboss">
       <level name="INFO"/>
@@ -654,4 +659,4 @@
       </handlers>
    </root-logger>
 
-</logging>
\ No newline at end of file
+</logging>




More information about the jboss-cvs-commits mailing list