This is an automated email from the ASF dual-hosted git repository.
swagle pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new a105455 [AMBARI-23510] FluentPropertyBeanIntrospector from CLI
operation log output, when running hdfs commands (#933)
a105455 is described below
commit a105455bef20098f6d6e0eb5a7ee84ed4ce1d3a8
Author: Bharat Viswanadham <[email protected]>
AuthorDate: Wed Apr 18 14:04:35 2018 -0700
[AMBARI-23510] FluentPropertyBeanIntrospector from CLI operation log
output, when running hdfs commands (#933)
---
.../common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml
index b1db232..41d7b31 100644
---
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml
+++
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml
@@ -236,6 +236,9 @@
log4j.appender.EventCounter=org.apache.hadoop.log.metrics.EventCounter
# Removes "deprecated" messages
log4j.logger.org.apache.hadoop.conf.Configuration.deprecation=WARN
+
+# Adding logging for 3rd party library
+log4j.logger.org.apache.commons.beanutils=WARN
</value>
<value-attributes>
<type>content</type>
--
To stop receiving notification emails like this one, please contact
[email protected].