This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push: new e16c7ed HDDS-2348. remove log4j properties for org.apache.hadoop.ozone e16c7ed is described below commit e16c7ed4098378a23666b08416a438a82a01b11e Author: luhuachao <1170432...@qq.com> AuthorDate: Thu Oct 31 13:23:04 2019 +0100 HDDS-2348. remove log4j properties for org.apache.hadoop.ozone Closes #74 --- hadoop-ozone/dist/src/main/conf/log4j.properties | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/hadoop-ozone/dist/src/main/conf/log4j.properties b/hadoop-ozone/dist/src/main/conf/log4j.properties index ae42c61..9485086 100644 --- a/hadoop-ozone/dist/src/main/conf/log4j.properties +++ b/hadoop-ozone/dist/src/main/conf/log4j.properties @@ -128,27 +128,6 @@ log4j.logger.com.amazonaws.http.AmazonHttpClient=ERROR log4j.appender.EventCounter=org.apache.hadoop.log.metrics.EventCounter -log4j.logger.org.apache.hadoop.ozone=DEBUG,OZONE,FILE - -# Do not log into datanode logs. Remove this line to have single log. -log4j.additivity.org.apache.hadoop.ozone=false - -# For development purposes, log both to console and log file. -log4j.appender.OZONE=org.apache.log4j.ConsoleAppender -log4j.appender.OZONE.Threshold=info -log4j.appender.OZONE.layout=org.apache.log4j.PatternLayout -log4j.appender.OZONE.layout.ConversionPattern=%d{ISO8601} [%t] %-5p \ - %X{component} %X{function} %X{resource} %X{user} %X{request} - %m%n - -# Real ozone logger that writes to ozone.log -log4j.appender.FILE=org.apache.log4j.DailyRollingFileAppender -log4j.appender.FILE.File=${hadoop.log.dir}/ozone.log -log4j.appender.FILE.Threshold=debug -log4j.appender.FILE.layout=org.apache.log4j.PatternLayout -log4j.appender.FILE.layout.ConversionPattern=%d{ISO8601} [%t] %-5p \ -(%F:%L) %X{function} %X{resource} %X{user} %X{request} - \ -%m%n - # Log levels of third-party libraries log4j.logger.org.apache.commons.beanutils=WARN --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-commits-h...@hadoop.apache.org