[jbosscache-commits] JBoss Cache SVN: r4909 - cache-bench-fwk/trunk/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Dec 21 01:07:24 EST 2007


Author: mircea.markus
Date: 2007-12-21 01:07:22 -0500 (Fri, 21 Dec 2007)
New Revision: 4909

Modified:
   cache-bench-fwk/trunk/conf/log4j.xml
Log:


Modified: cache-bench-fwk/trunk/conf/log4j.xml
===================================================================
--- cache-bench-fwk/trunk/conf/log4j.xml	2007-12-21 05:13:55 UTC (rev 4908)
+++ cache-bench-fwk/trunk/conf/log4j.xml	2007-12-21 06:07:22 UTC (rev 4909)
@@ -27,6 +27,11 @@
     </appender>
 
     <!-- The list of Categories-->
+    <category name="ClusterConfigurationCheck" additivity="false">
+        <priority value="INFO"/>
+        <appender-ref ref="CONSOLE"/>
+    </category>
+
     <category name="CacheException" additivity="false">
         <priority value="ERROR"/>
         <appender-ref ref="FILE"/>
@@ -40,6 +45,7 @@
     <category name="org.cachebench" additivity="false">
         <priority value="DEBUG"/>
         <appender-ref ref="FILE"/>
+        <appender-ref ref="CONSOLE"/>
     </category>
 
     <category name="org.cachebench.tests" additivity="false">
@@ -69,7 +75,7 @@
 
     <!-- Here goes the root -->
     <root>
-        <priority value ="ERROR" />
+        <priority value ="DEBU" />
         <appender-ref ref="FILE" />
     </root>
 




More information about the jbosscache-commits mailing list