This is an automated email from the ASF dual-hosted git repository. sewen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit aa9a9a80c7cf4140f1c5ab9fcfea3722f7748445 Author: Stephan Ewen <[email protected]> AuthorDate: Sun Nov 29 20:38:20 2020 +0100 [hotfix][build] Remove outdated CI logger config entries --- tools/ci/log4j.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/ci/log4j.properties b/tools/ci/log4j.properties index b380ce9..f5912d5 100644 --- a/tools/ci/log4j.properties +++ b/tools/ci/log4j.properties @@ -68,8 +68,3 @@ logger.zkclient.level = INFO logger.zkclient.appenderRef.out.ref = ConsoleAppender logger.consumer.name = org.apache.flink.streaming.connectors.kafka.internals.SimpleConsumerThread logger.consumer.level = OFF - -# Enable TRACE logging for the sources to debug FLINK-19448 -logger.sources.name = org.apache.flink.connector.base.source.reader -logger.sources.level = TRACE -logger.sources.appenderRef.out.ref = ConsoleAppender
