HDDS-767. OM should not search for STDOUT root logger for audit logging. 
Contributed by Dinesh Chitlangia.


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

Branch: refs/heads/HDFS-13891
Commit: 9c32b50d610463bb50a25bb01606ceeea8e04507
Parents: 4e72844
Author: Márton Elek <e...@apache.org>
Authored: Mon Nov 12 10:54:41 2018 +0100
Committer: Márton Elek <e...@apache.org>
Committed: Mon Nov 12 10:54:41 2018 +0100

----------------------------------------------------------------------
 hadoop-ozone/dist/src/main/conf/om-audit-log4j2.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/9c32b50d/hadoop-ozone/dist/src/main/conf/om-audit-log4j2.properties
----------------------------------------------------------------------
diff --git a/hadoop-ozone/dist/src/main/conf/om-audit-log4j2.properties 
b/hadoop-ozone/dist/src/main/conf/om-audit-log4j2.properties
index 7be51ac..57577e1 100644
--- a/hadoop-ozone/dist/src/main/conf/om-audit-log4j2.properties
+++ b/hadoop-ozone/dist/src/main/conf/om-audit-log4j2.properties
@@ -86,5 +86,5 @@ logger.audit.appenderRefs=rolling
 logger.audit.appenderRef.file.ref=RollingFile
 
 rootLogger.level=INFO
-rootLogger.appenderRefs=stdout
-rootLogger.appenderRef.stdout.ref=STDOUT
+#rootLogger.appenderRefs=stdout
+#rootLogger.appenderRef.stdout.ref=STDOUT


---------------------------------------------------------------------
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