Repository: hadoop Updated Branches: refs/heads/trunk 252c2b4d5 -> e840b4adf
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/e840b4ad Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e840b4ad Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e840b4ad Branch: refs/heads/trunk Commit: e840b4adf42082258ca56c50a858795749d564be Parents: 252c2b4 Author: Aaron Fabbri <[email protected]> Authored: Wed Mar 14 15:47:56 2018 -0700 Committer: Aaron Fabbri <[email protected]> Committed: Wed Mar 14 15:47:56 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/e840b4ad/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]
