You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Alexander Preuss (Jira)" <ji...@apache.org> on 2021/12/15 10:08:00 UTC

[jira] [Created] (FLINK-25326) KafkaUtil.createKafkaContainer log levels are not set correctly

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)