[jboss-cvs] JBossAS SVN: r65459 - branches/Branch_4_2/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 18 20:25:51 EDT 2007


Author: dimitris at jboss.org
Date: 2007-09-18 20:25:51 -0400 (Tue, 18 Sep 2007)
New Revision: 65459

Modified:
   branches/Branch_4_2/server/src/etc/conf/default/jboss-log4j.xml
Log:
tidy up jboss-log4j.xml

Modified: branches/Branch_4_2/server/src/etc/conf/default/jboss-log4j.xml
===================================================================
--- branches/Branch_4_2/server/src/etc/conf/default/jboss-log4j.xml	2007-09-18 19:34:44 UTC (rev 65458)
+++ branches/Branch_4_2/server/src/etc/conf/default/jboss-log4j.xml	2007-09-19 00:25:51 UTC (rev 65459)
@@ -164,19 +164,19 @@
       <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"/>
+   <!-- Limit the jacorb category to WARN as its INFO is verbose -->
+   <category name="jacorb">
+      <priority value="WARN"/>
    </category>
-
+   
    <!-- Limit the org.jgroups category to WARN as its INFO is verbose -->
    <category name="org.jgroups">
       <priority value="WARN"/>
    </category>
-
-   <!-- Limit the jacorb category to WARN as its INFO is verbose -->
-   <category name="jacorb">
-      <priority value="WARN"/>
+   
+   <!-- Limit the org.quartz category to INFO as its DEBUG is verbose -->
+   <category name="org.quartz">
+      <priority value="INFO"/>
    </category>
 
    <!-- Limit JBoss categories
@@ -190,21 +190,26 @@
       <priority value="INFO"/>
    </category>
 
-   <!-- Enable JBossWS message tracing
-   <category name="org.jboss.ws.core.MessageTrace">
-    <priority value="TRACE"/>
+   <!-- Show the evolution of the DataSource pool in the logs [inUse/Available/Max]
+   <category name="org.jboss.resource.connectionmanager.JBossManagedConnectionPool">
+     <priority value="TRACE"/>
    </category>
    -->
-
+   
+   <!-- Limit the org.jboss.serial (jboss-serialization) to INFO as its DEBUG is verbose -->
+   <category name="org.jboss.serial">
+      <priority value="INFO"/>
+   </category>
+   
    <!-- Decrease the priority threshold for the org.jboss.varia category
    <category name="org.jboss.varia">
      <priority value="DEBUG"/>
    </category>
    -->
 
-   <!-- Show the evolution of the DataSource pool in the logs [inUse/Available/Max]
-   <category name="org.jboss.resource.connectionmanager.JBossManagedConnectionPool">
-     <priority value="TRACE"/>
+   <!-- Enable JBossWS message tracing
+   <category name="org.jboss.ws.core.MessageTrace">
+    <priority value="TRACE"/>
    </category>
    -->
 
@@ -257,18 +262,8 @@
      <priority value="INFO" />
      <appender-ref ref="TRAP_LOG"/>
    </category>
-  
    -->
 
-   <!-- ======================= -->
-   <!-- Setup the Root category -->
-   <!-- ======================= -->
-
-   <root>
-      <appender-ref ref="CONSOLE"/>
-      <appender-ref ref="FILE"/>
-   </root>
-
    <!-- Clustering logging -->
    <!-- Uncomment the following to redirect the org.jgroups and
       org.jboss.ha categories to a cluster.log file.
@@ -293,5 +288,14 @@
      <appender-ref ref="CLUSTER"/>
    </category>
    -->
+   
+   <!-- ======================= -->
+   <!-- Setup the Root category -->
+   <!-- ======================= -->
 
+   <root>
+      <appender-ref ref="CONSOLE"/>
+      <appender-ref ref="FILE"/>
+   </root>
+
 </log4j:configuration>




More information about the jboss-cvs-commits mailing list