This is an automated email from the ASF dual-hosted git repository. gary pushed a commit to branch release-1.6 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 73be5bacbef8b46d8f800850fd961f1eadde6a1f Author: gyao <g...@data-artisans.com> AuthorDate: Fri Oct 5 21:03:44 2018 +0200 [hotfix][tests] Remove invalid logger from log4j config. --- flink-yarn-tests/src/test/resources/log4j-test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-yarn-tests/src/test/resources/log4j-test.properties b/flink-yarn-tests/src/test/resources/log4j-test.properties index 8f56c1f..42ae7dd 100644 --- a/flink-yarn-tests/src/test/resources/log4j-test.properties +++ b/flink-yarn-tests/src/test/resources/log4j-test.properties @@ -35,7 +35,7 @@ log4j.logger.org.apache.flink.runtime.leaderelection=INFO log4j.logger.org.apache.flink.runtime.leaderretrieval=INFO log4j.logger.org.apache.directory=OFF -log4j.logger.org.mortbay.log=OFF, testlogger +log4j.logger.org.mortbay.log=OFF log4j.logger.net.sf.ehcache=OFF log4j.logger.org.apache.hadoop.metrics2=OFF log4j.logger.org.apache.hadoop.conf.Configuration=OFF