Repository: hadoop
Updated Branches:
  refs/heads/branch-3.1 3a7067a96 -> 307b0bce7


HADOOP-15278 log s3a at info. Contributed by Steve Loughran.


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

Branch: refs/heads/branch-3.1
Commit: 307b0bce7cc6a2973d5276a005b8840e3c6a5303
Parents: 3a7067a
Author: Aaron Fabbri <[email protected]>
Authored: Wed Mar 14 15:47:56 2018 -0700
Committer: Aaron Fabbri <[email protected]>
Committed: Wed Mar 14 15:52:10 2018 -0700

----------------------------------------------------------------------
 .../hadoop-common/src/main/conf/log4j.properties                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/307b0bce/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties 
b/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
index c31e54f..6933cf4 100644
--- a/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
+++ b/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
@@ -172,9 +172,9 @@ log4j.appender.DNMETRICSRFA.MaxFileSize=64MB
 
 
 # AWS SDK & S3A FileSystem
-log4j.logger.com.amazonaws=ERROR
+#log4j.logger.com.amazonaws=ERROR
 log4j.logger.com.amazonaws.http.AmazonHttpClient=ERROR
-log4j.logger.org.apache.hadoop.fs.s3a.S3AFileSystem=WARN
+#log4j.logger.org.apache.hadoop.fs.s3a.S3AFileSystem=WARN
 
 #
 # Event Counter Appender


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to