You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2011/03/30 21:06:03 UTC

svn commit: r1087046 - /cassandra/trunk/test/conf/log4j-server.properties

Author: eevans
Date: Wed Mar 30 19:06:03 2011
New Revision: 1087046

URL: http://svn.apache.org/viewvc?rev=1087046&view=rev
Log:
set level to DEBUG for tests (inadvertently changed to TRACE)

Patch by eevans

Modified:
    cassandra/trunk/test/conf/log4j-server.properties

Modified: cassandra/trunk/test/conf/log4j-server.properties
URL: http://svn.apache.org/viewvc/cassandra/trunk/test/conf/log4j-server.properties?rev=1087046&r1=1087045&r2=1087046&view=diff
==============================================================================
--- cassandra/trunk/test/conf/log4j-server.properties (original)
+++ cassandra/trunk/test/conf/log4j-server.properties Wed Mar 30 19:06:03 2011
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 
-log4j.rootLogger=TRACE,R
+log4j.rootLogger=DEBUG,R
 
 # rolling log file ("system.log
 log4j.appender.R=org.apache.log4j.DailyRollingFileAppender