HBASE-1572 Zookeeper log4j property set to ERROR on default, same output when cluster working and not working
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787861 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9730fcbdb7
commit
e121a78192
|
@ -390,6 +390,8 @@ Release 0.20.0 - Unreleased
|
|||
command fails
|
||||
HBASE-1515 Address part of config option hbase.regionserver unnecessary
|
||||
HBASE-1532 UI Visibility into ZooKeeper
|
||||
HBASE-1572 Zookeeper log4j property set to ERROR on default, same output
|
||||
when cluster working and not working (Jon Gray via Stack)
|
||||
|
||||
OPTIMIZATIONS
|
||||
HBASE-1412 Change values for delete column and column family in KeyValue
|
||||
|
|
|
@ -40,7 +40,7 @@ log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{2}:
|
|||
|
||||
# Custom Logging levels
|
||||
|
||||
log4j.logger.org.apache.zookeeper=ERROR
|
||||
log4j.logger.org.apache.zookeeper=INFO
|
||||
#log4j.logger.org.apache.hadoop.fs.FSNamesystem=DEBUG
|
||||
#log4j.logger.org.apache.hadoop.hbase=DEBUG
|
||||
#log4j.logger.org.apache.hadoop.dfs=DEBUG
|
||||
|
|
Loading…
Reference in New Issue