如何在调试模式下跳过 Kafka 和 zookeeper 日志
how to skip Kafka and zookeeper logs in debug mode
使用 spring 引导 application.yml
和 logback.xml
属性 文件。
我尝试使用以下 application.yml
属性,但它不起作用。
spring.logging.level.org.apache.kafka:
clients.consumer.ConsumerConfig: INFO
clients.producer.ProducerConfig: INFO
common.utils.AppInfoParser: INFO
尝试将其放入配置文件
<logger name="org.apache.zookeeper" level="OFF"/>
与kafka类似。
使用 spring 引导 application.yml
和 logback.xml
属性 文件。
我尝试使用以下 application.yml
属性,但它不起作用。
spring.logging.level.org.apache.kafka:
clients.consumer.ConsumerConfig: INFO
clients.producer.ProducerConfig: INFO
common.utils.AppInfoParser: INFO
尝试将其放入配置文件
<logger name="org.apache.zookeeper" level="OFF"/>
与kafka类似。