HADOOP-7053. wrong FSNamesystem Audit logging setting in conf/log4j.properties. Contributed by Jingguo Yao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1040408 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c245af01fa
commit
5d9ed589b5
|
@ -404,6 +404,9 @@ Release 0.21.1 - Unreleased
|
||||||
HADOOP-7052. misspelling of threshold in conf/log4j.properties.
|
HADOOP-7052. misspelling of threshold in conf/log4j.properties.
|
||||||
(Jingguo Yao via eli)
|
(Jingguo Yao via eli)
|
||||||
|
|
||||||
|
HADOOP-7053. wrong FSNamesystem Audit logging setting in
|
||||||
|
conf/log4j.properties. (Jingguo Yao via eli)
|
||||||
|
|
||||||
Release 0.21.0 - 2010-08-13
|
Release 0.21.0 - 2010-08-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -100,13 +100,13 @@ log4j.category.SecurityLogger=INFO,DRFAS
|
||||||
# FSNamesystem Audit logging
|
# FSNamesystem Audit logging
|
||||||
# All audit events are logged at INFO level
|
# All audit events are logged at INFO level
|
||||||
#
|
#
|
||||||
log4j.logger.org.apache.hadoop.fs.FSNamesystem.audit=WARN
|
log4j.logger.org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit=WARN
|
||||||
|
|
||||||
# Custom Logging levels
|
# Custom Logging levels
|
||||||
|
|
||||||
#log4j.logger.org.apache.hadoop.mapred.JobTracker=DEBUG
|
#log4j.logger.org.apache.hadoop.mapred.JobTracker=DEBUG
|
||||||
#log4j.logger.org.apache.hadoop.mapred.TaskTracker=DEBUG
|
#log4j.logger.org.apache.hadoop.mapred.TaskTracker=DEBUG
|
||||||
#log4j.logger.org.apache.hadoop.fs.FSNamesystem=DEBUG
|
#log4j.logger.org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit=DEBUG
|
||||||
|
|
||||||
# Jets3t library
|
# Jets3t library
|
||||||
log4j.logger.org.jets3t.service.impl.rest.httpclient.RestS3Service=ERROR
|
log4j.logger.org.jets3t.service.impl.rest.httpclient.RestS3Service=ERROR
|
||||||
|
|
Loading…
Reference in New Issue