Author: manik.surtani(a)jboss.com
Date: 2008-07-23 12:06:20 -0400 (Wed, 23 Jul 2008)
New Revision: 6383
Modified:
benchmarks/benchmark-fwk/trunk/conf/log4j.xml
Log:
Reduce log level for products being tested
Modified: benchmarks/benchmark-fwk/trunk/conf/log4j.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/log4j.xml 2008-07-23 16:03:13 UTC (rev 6382)
+++ benchmarks/benchmark-fwk/trunk/conf/log4j.xml 2008-07-23 16:06:20 UTC (rev 6383)
@@ -49,19 +49,19 @@
</category>
<category name="net.sf.ehcache">
- <priority value="WARN"/>
+ <priority value="ERROR"/>
</category>
<category name="com.tc">
- <priority value="WARN"/>
+ <priority value="ERROR"/>
</category>
<category name="org.tc">
- <priority value="WARN"/>
+ <priority value="ERROR"/>
</category>
<category name="org.jboss.cache">
- <priority value="INFO"/>
+ <priority value="ERROR"/>
</category>
<!-- Here goes the root -->
Show replies by date