Skip to content

Commit

Permalink
Set Kafka telemetry logger to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Apr 9, 2024
1 parent af2dcf9 commit 9225fc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ log4j.appender.stdout.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%c] - %m%n
log4j.logger.org.apache.kafka.clients=WARN
log4j.logger.org.apache.kafka.common.utils=WARN
log4j.logger.org.apache.kafka.common.metrics=WARN
log4j.logger.org.apache.kafka.common.telemetry=WARN
log4j.logger.io.smallrye.reactive.messaging=WARN
log4j.logger.io.smallrye.reactive.messaging.kafka=WARN
log4j.logger.io.smallrye.reactive.messaging.kafka.companion=WARN
Expand Down

0 comments on commit 9225fc5

Please sign in to comment.