You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by xy...@apache.org on 2017/06/15 15:28:41 UTC

hadoop git commit: HDFS-11977. Ozone: cannot enable test debug/trace log. Contributed by Tsz Wo Nicholas Sze.

Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 ba1afb25c -> a3c75be58


HDFS-11977. Ozone: cannot enable test debug/trace log. Contributed by Tsz Wo Nicholas Sze.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a3c75be5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a3c75be5
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a3c75be5

Branch: refs/heads/HDFS-7240
Commit: a3c75be588b223cb9267e225917c9dae76aa9636
Parents: ba1afb2
Author: Xiaoyu Yao <xy...@apache.org>
Authored: Thu Jun 15 08:25:20 2017 -0700
Committer: Xiaoyu Yao <xy...@apache.org>
Committed: Thu Jun 15 08:25:20 2017 -0700

----------------------------------------------------------------------
 .../hadoop-hdfs/src/test/resources/log4j.properties              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/a3c75be5/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties
index 4d6967a..47bbd4e 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties
@@ -51,14 +51,14 @@ log4j.appender.DNMETRICSRFA.MaxFileSize=64MB
 #
 # Add a logger for ozone that is separate from the Datanode.
 #
-log4j.logger.org.apache.hadoop.ozone=DEBUG,OZONE,FILE
+log4j.logger.org.apache.hadoop.ozone=INFO,OZONE,FILE
 
 # Do not log into datanode logs. Remove this line to have single log.
 log4j.additivity.org.apache.hadoop.ozone=false
 
 # For development purposes, log both to console and log file.
 log4j.appender.OZONE=org.apache.log4j.ConsoleAppender
-log4j.appender.OZONE.Threshold=info
+log4j.appender.OZONE.Threshold=ALL
 log4j.appender.OZONE.layout=org.apache.log4j.PatternLayout
 log4j.appender.OZONE.layout.ConversionPattern=%d{ISO8601} [%t] %-5p \
  %X{component} %X{function} %X{resource} %X{user} %X{request} - %m%n


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org