You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/02/25 17:22:35 UTC

svn commit: r1074617 - /cassandra/branches/cassandra-0.7/conf/log4j-server.properties

Author: jbellis
Date: Fri Feb 25 16:22:35 2011
New Revision: 1074617

URL: http://svn.apache.org/viewvc?rev=1074617&view=rev
Log:
revert log level commit

Modified:
    cassandra/branches/cassandra-0.7/conf/log4j-server.properties

Modified: cassandra/branches/cassandra-0.7/conf/log4j-server.properties
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/conf/log4j-server.properties?rev=1074617&r1=1074616&r2=1074617&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/conf/log4j-server.properties (original)
+++ cassandra/branches/cassandra-0.7/conf/log4j-server.properties Fri Feb 25 16:22:35 2011
@@ -18,7 +18,7 @@
 # (%l is slower.)
 
 # output messages into a rolling log file as well as stdout
-log4j.rootLogger=DEBUG,stdout,R
+log4j.rootLogger=INFO,stdout,R
 
 # stdout
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender