Reduced logging

This commit is contained in:
bskjon 2025-04-24 17:44:51 +02:00
parent 0dc550e435
commit 7f014a494c
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,5 @@
spring.output.ansi.enabled=always
logging.level.org.apache.kafka=WARN
logging.level.org.apache.kafka=INFO
logging.level.root=INFO
logging.level.Exposed=OFF
logging.level.org.springframework.web.socket.config.WebSocketMessageBrokerStats = WARN

View File

@ -1,3 +1,5 @@
spring.output.ansi.enabled=always
logging.level.org.apache.kafka=WARN
logging.level.root=INFO
logging.level.org.apache.kafka=INFO
logging.level.root=INFO
logging.level.Exposed=OFF
logging.level.org.springframework.web.socket.config.WebSocketMessageBrokerStats = WARN