AHeise commented on code in PR #119: URL: https://github.com/apache/flink-connector-kafka/pull/119#discussion_r1767405829
########## flink-connector-kafka/src/test/resources/log4j2-test.properties: ########## @@ -27,15 +27,41 @@ appender.testlogger.target = SYSTEM_ERR appender.testlogger.layout.type = PatternLayout appender.testlogger.layout.pattern = %-4r [%t] %-5p %c %x - %m%n -logger.kafka.name = kafka +# Overwrite the level for all Flink related loggers +logger.flink.name = org.apache.flink +logger.flink.level = OFF # WARN for starting debugging +logger.flinkconnector.name = org.apache.flink.connector +logger.flinkconnector.level = OFF # INFO/DEBUG for starting debugging + +# Kafka producer and consumer level +logger.kafka.name = org.apache.kafka logger.kafka.level = OFF -logger.kafka2.name = state.change + +# For old school kafka test that spawn the test server in the same JVM +logger.kafka2.name = kafka Review Comment: Errr it seems none. Good catch. We still have test dependencies on kafka server and zookeeper that I can probably remove and with it these log confs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org