Skip to content

Kafka broker inline logger configuration causing TRACE and DEBUG logging #10922

Answered by scholzj
jslusher asked this question in Q&A
Discussion options

You must be logged in to vote

The default logging configuration for Kafka is based on this file: https://github.com/strimzi/strimzi-kafka-operator/blob/main/cluster-operator/src/main/resources/default-logging/KafkaCluster.properties -> so your inline configurations are essentially added to it. As you can see, it has some loggers enabled at TRACE levels. So I think what you see is expected and if you want to avoid it, you should configure all the different loggers.

Please not ethat the default Strimzi configuration is (at least originally - it might have changed over time here and there) based on the Kafka default configuration: https://github.com/apache/kafka/blob/trunk/config/log4j.properties

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jslusher
Comment options

Answer selected by jslusher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants