This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 45141b4  [FLINK-22142][ci] Don't log Kafka connector output to the AZP 
console
45141b4 is described below

commit 45141b4c43d2625557b5223b32daf58050c8fd55
Author: Till Rohrmann <trohrm...@apache.org>
AuthorDate: Wed Apr 7 14:02:10 2021 +0200

    [FLINK-22142][ci] Don't log Kafka connector output to the AZP console
    
    This commit removes the console logging of the Kafka connector to the AZP 
console.
    
    This closes #15512.
---
 tools/ci/log4j.properties | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/tools/ci/log4j.properties b/tools/ci/log4j.properties
index f5912d5..cf25e27 100644
--- a/tools/ci/log4j.properties
+++ b/tools/ci/log4j.properties
@@ -57,14 +57,3 @@ logger.yarn1.appenderRef.out.ref = ConsoleAppender
 logger.yarn2.name = org.apache.flink.yarn.YARNSessionCapacitySchedulerITCase
 logger.yarn2.level = INFO
 logger.yarn2.appenderRef.out.ref = ConsoleAppender
-logger.kafka.name = org.apache.flink.streaming.connectors.kafka
-logger.kafka.level = INFO
-logger.kafka.appenderRef.out.ref = ConsoleAppender
-logger.kafkainternal.name = 
org.apache.flink.streaming.connectors.kafka.internal
-logger.kafkainternal.level = DEBUG
-logger.kafkainternal.appenderRef.out.ref = ConsoleAppender
-logger.zkclient.name = org.I0Itec.zkclient
-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

Reply via email to