Alexander Preuss created FLINK-25326: ----------------------------------------
Summary: KafkaUtil.createKafkaContainer log levels are not set correctly Key: FLINK-25326 URL: https://issues.apache.org/jira/browse/FLINK-25326 Project: Flink Issue Type: Bug Components: Connectors / Kafka Affects Versions: 1.15.0 Reporter: Alexander Preuss The internal kafka log levels set in KafkaUtils.createKafkaContainer method are wrong due to the order of the log hierarchy. If the test logger is set to e.g. 'DEBUG' it means that `logger.isErrorEnabled()` already evaluated to true and therefore the log level gets set to ERROR instead. -- This message was sent by Atlassian Jira (v8.20.1#820001)