Skip to content

Commit

Permalink
[FLINK-22142][ci] Don't log Kafka connector output to the AZP console
Browse files Browse the repository at this point in the history
This commit removes the console logging of the Kafka connector to the AZP console.

This closes apache#15512.
  • Loading branch information
tillrohrmann committed Apr 8, 2021
1 parent 6f73500 commit 45141b4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tools/ci/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 45141b4

Please sign in to comment.