Browse Source

ZOOKEEPER-223. change default level in root logger to INFO. (pat via mahadev)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.0@718314 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 17 years ago
parent
commit
e5779f192a
2 changed files with 12 additions and 1 deletions
  1. 11 0
      CHANGES.txt
  2. 1 1
      conf/log4j.properties

+ 11 - 0
CHANGES.txt

@@ -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
 Release 3.0.0 - 2008-10-21
 
 
 Non-backward compatible changes:
 Non-backward compatible changes:

+ 1 - 1
conf/log4j.properties

@@ -5,7 +5,7 @@
 # Format is "<default threshold> (, <appender>)+
 # Format is "<default threshold> (, <appender>)+
 
 
 # DEFAULT: console appender only
 # DEFAULT: console appender only
-log4j.rootLogger=DEBUG, CONSOLE
+log4j.rootLogger=INFO, CONSOLE
 
 
 # Example with rolling log file
 # Example with rolling log file
 #log4j.rootLogger=DEBUG, CONSOLE, ROLLINGFILE
 #log4j.rootLogger=DEBUG, CONSOLE, ROLLINGFILE