HADOOP-15277. Remove .FluentPropertyBeanIntrospector from CLI operation log 
output.
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/ca5c4d45
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ca5c4d45
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ca5c4d45

Branch: refs/heads/branch-3.0
Commit: ca5c4d454e0d10cf342b8fb68d7a369673060601
Parents: 1771af2
Author: Steve Loughran <ste...@apache.org>
Authored: Fri Mar 9 10:44:07 2018 +0000
Committer: Steve Loughran <ste...@apache.org>
Committed: Fri Mar 9 10:50:04 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ca5c4d45/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 5f4b22b..c31e54f 100644
--- a/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
+++ b/hadoop-common-project/hadoop-common/src/main/conf/log4j.properties
@@ -306,3 +306,6 @@ 
log4j.appender.EWMA.maxUniqueMessages=${yarn.ewma.maxUniqueMessages}
 #log4j.appender.FSSTATEDUMP.layout.ConversionPattern=%d{ISO8601} %p %c: %m%n
 #log4j.appender.FSSTATEDUMP.MaxFileSize=${hadoop.log.maxfilesize}
 #log4j.appender.FSSTATEDUMP.MaxBackupIndex=${hadoop.log.maxbackupindex}
+
+# Log levels of third-party libraries
+log4j.logger.org.apache.commons.beanutils=WARN


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

Reply via email to