Author: manik.surtani(a)jboss.com
Date: 2008-09-19 07:09:09 -0400 (Fri, 19 Sep 2008)
New Revision: 6758
Modified:
benchmarks/benchmark-fwk/trunk/conf/log4j.xml
Log:
Added JGroups category
Modified: benchmarks/benchmark-fwk/trunk/conf/log4j.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/log4j.xml 2008-09-19 11:08:10 UTC (rev 6757)
+++ benchmarks/benchmark-fwk/trunk/conf/log4j.xml 2008-09-19 11:09:09 UTC (rev 6758)
@@ -48,6 +48,7 @@
<category name="CacheException">
<priority value="INFO"/>
+ <appender-ref ref="CONSOLE"/>
</category>
<category name="org.apache">
@@ -79,6 +80,10 @@
<priority value="ERROR"/>
</category>
+ <category name="org.jgroups">
+ <priority value="ERROR"/>
+ </category>
+
<!-- Here goes the root -->
<root>
<priority value="INFO"/>
Show replies by date