Dinesh Chitlangia created HDDS-767: -------------------------------------- Summary: OM should not search for STDOUT root logger for audit logging Key: HDDS-767 URL: https://issues.apache.org/jira/browse/HDDS-767 Project: Hadoop Distributed Data Store Issue Type: Bug Reporter: Dinesh Chitlangia Assignee: Dinesh Chitlangia
When we start ozone, the .out file shows the following line: {noformat} 2018-10-31 00:48:04,141 main ERROR Unable to locate appender "STDOUT" for logger config "root"{noformat} This is because the console appender has been disabled by default however incorrect log4j2 config is still trying to find the console appender. This Jira aims to remove the config lines to avoid this issue. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org