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/03/09 03:42:49 UTC

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

Author: jbellis
Date: Wed Mar  9 02:42:49 2011
New Revision: 1079647

URL: http://svn.apache.org/viewvc?rev=1079647&view=rev
Log:
revert log4j change, again

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=1079647&r1=1079646&r2=1079647&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/conf/log4j-server.properties (original)
+++ cassandra/branches/cassandra-0.7/conf/log4j-server.properties Wed Mar  9 02:42:49 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