You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ma...@apache.org on 2008/11/17 19:31:14 UTC

svn commit: r718314 - in /hadoop/zookeeper/branches/branch-3.0: CHANGES.txt conf/log4j.properties

Author: mahadev
Date: Mon Nov 17 10:31:14 2008
New Revision: 718314

URL: http://svn.apache.org/viewvc?rev=718314&view=rev
Log:
ZOOKEEPER-223. change default level in root logger to INFO. (pat via mahadev)

Modified:
    hadoop/zookeeper/branches/branch-3.0/CHANGES.txt
    hadoop/zookeeper/branches/branch-3.0/conf/log4j.properties

Modified: hadoop/zookeeper/branches/branch-3.0/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/branches/branch-3.0/CHANGES.txt?rev=718314&r1=718313&r2=718314&view=diff
==============================================================================
--- hadoop/zookeeper/branches/branch-3.0/CHANGES.txt (original)
+++ hadoop/zookeeper/branches/branch-3.0/CHANGES.txt Mon Nov 17 10:31:14 2008
@@ -1,3 +1,14 @@
+Trunk
+  
+Non-backward compatible changes:
+
+Backward compatibile changes:
+
+BUGFIXES: 
+   ZOOKEEPER-223. change default level in root logger to INFO. (pat via
+mahadev) 
+
+
 Release 3.0.0 - 2008-10-21
 
 Non-backward compatible changes:

Modified: hadoop/zookeeper/branches/branch-3.0/conf/log4j.properties
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/branches/branch-3.0/conf/log4j.properties?rev=718314&r1=718313&r2=718314&view=diff
==============================================================================
--- hadoop/zookeeper/branches/branch-3.0/conf/log4j.properties (original)
+++ hadoop/zookeeper/branches/branch-3.0/conf/log4j.properties Mon Nov 17 10:31:14 2008
@@ -5,7 +5,7 @@
 # Format is "<default threshold> (, <appender>)+
 
 # DEFAULT: console appender only
-log4j.rootLogger=DEBUG, CONSOLE
+log4j.rootLogger=INFO, CONSOLE
 
 # Example with rolling log file
 #log4j.rootLogger=DEBUG, CONSOLE, ROLLINGFILE