This is an automated email from the ASF dual-hosted git repository. sewen pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 767fe0a972d2014a0d6b9b51b28f460c5340552c 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
