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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 5 21:32:38 EST 2009


Author: jim.ma
Date: 2009-11-05 21:32:38 -0500 (Thu, 05 Nov 2009)
New Revision: 96076

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:
[JBAS-7418]:Add the spring log category limit

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-11-06 02:18:48 UTC (rev 96075)
+++ branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j-production.xml	2009-11-06 02:32:38 UTC (rev 96076)
@@ -258,7 +258,12 @@
    <category name="javax.xml.bind">
       <priority value="INFO"/>
    </category>
-   
+  
+   <!-- Limit the springframework category to WARN-->
+   <category name="org.springframework">
+     <priority value="WARN"/>
+   </category>
+ 
    <!-- Limit JBoss categories
    <category name="org.jboss">
       <priority value="INFO"/>

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-11-06 02:18:48 UTC (rev 96075)
+++ branches/JBPAPP_5_0/server/src/etc/conf/all/jboss-log4j.xml	2009-11-06 02:32:38 UTC (rev 96076)
@@ -220,7 +220,12 @@
    <category name="javax.xml.bind">
       <priority value="INFO"/>
    </category>
-   
+
+   <!-- Limit the springframework category to WARN-->
+   <category name="org.springframework">
+     <priority value="WARN"/>
+   </category> 
+  
    <!-- Limit JBoss categories
    <category name="org.jboss">
       <priority value="INFO"/>




More information about the jboss-cvs-commits mailing list