Author: mircea.markus
Date: 2008-01-29 13:52:21 -0500 (Tue, 29 Jan 2008)
New Revision: 5257
Modified:
benchmarks/benchmark-fwk/trunk/conf/log4j.xml
Log:
by default logging to console rather than file
Modified: benchmarks/benchmark-fwk/trunk/conf/log4j.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/log4j.xml 2008-01-29 18:35:51 UTC (rev 5256)
+++ benchmarks/benchmark-fwk/trunk/conf/log4j.xml 2008-01-29 18:52:21 UTC (rev 5257)
@@ -45,6 +45,7 @@
<category name="org.cachebench" additivity="false">
<priority value="TRACE"/>
<appender-ref ref="FILE"/>
+ <appender-ref ref="CONSOLE"/>
</category>
<category name="net.sf.ehcache" additivity="false">
@@ -76,7 +77,8 @@
<!-- Here goes the root -->
<root>
<priority value ="INFO" />
- <appender-ref ref="FILE" />
+ <!--<appender-ref ref="FILE" />-->
+ <appender-ref ref="CONSOLE" />
</root>
</log4j:configuration>
Show replies by date