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 2009/11/19 20:05:52 UTC

svn commit: r882250 - in /incubator/cassandra/trunk: CHANGES.txt conf/log4j.properties

Author: jbellis
Date: Thu Nov 19 19:05:52 2009
New Revision: 882250

URL: http://svn.apache.org/viewvc?rev=882250&view=rev
Log:
change default log level to INFO.  patch by jbellis

Modified:
    incubator/cassandra/trunk/CHANGES.txt
    incubator/cassandra/trunk/conf/log4j.properties

Modified: incubator/cassandra/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/CHANGES.txt?rev=882250&r1=882249&r2=882250&view=diff
==============================================================================
--- incubator/cassandra/trunk/CHANGES.txt (original)
+++ incubator/cassandra/trunk/CHANGES.txt Thu Nov 19 19:05:52 2009
@@ -44,6 +44,7 @@
  * faster log replay on restart (CASSANDRA-539, CASSANDRA-540)
  * optimized local-node writes (CASSANDRA-558)
  * added get_range_slice, deprecating get_key_range (CASSANDRA-344)
+ * expose TimedOutException to thrift (CASSANDRA-563)
  
 
 0.4.2

Modified: incubator/cassandra/trunk/conf/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/conf/log4j.properties?rev=882250&r1=882249&r2=882250&view=diff
==============================================================================
--- incubator/cassandra/trunk/conf/log4j.properties (original)
+++ incubator/cassandra/trunk/conf/log4j.properties Thu Nov 19 19:05:52 2009
@@ -18,7 +18,7 @@
 # and the pattern to %c instead of %l.  (%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