[jboss-cvs] JBossAS SVN: r58064 - trunk/server/src/etc/conf/default

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 3 05:36:34 EST 2006


Author: thomas.diesler at jboss.com
Date: 2006-11-03 05:36:30 -0500 (Fri, 03 Nov 2006)
New Revision: 58064

Modified:
   trunk/server/src/etc/conf/default/log4j.xml
Log:
Limit the org.quartz category to INFO

Modified: trunk/server/src/etc/conf/default/log4j.xml
===================================================================
--- trunk/server/src/etc/conf/default/log4j.xml	2006-11-03 10:31:10 UTC (rev 58063)
+++ trunk/server/src/etc/conf/default/log4j.xml	2006-11-03 10:36:30 UTC (rev 58064)
@@ -175,6 +175,11 @@
       <priority value="INFO"/>
    </category>
 
+   <!-- Limit the org.quartz category to INFO as its DEBUG is verbose -->
+   <category name="org.quartz">
+      <priority value="INFO"/>
+   </category>
+
    <!-- Limit the org.jboss.serial (jboss-serialization) to INFO as its DEBUG is verbose -->
    <category name="org.jboss.serial">
       <priority value="INFO"/>




More information about the jboss-cvs-commits mailing list