Setting logs to info #436
-
Pretty sure this is a simple thing, I had it working with the Provectus images. yamlApplicationConfig:
logging:
level:
io:
kafbat: info as well as: yamlApplicationConfig:
logging:
level:
io.kafbat: info but its still outputting debug logs. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi, it works for me (in non-helm env, at least):
Make sure your |
Beta Was this translation helpful? Give feedback.
-
This works thanks! |
Beta Was this translation helpful? Give feedback.
-
hello! i have tried this approach but it is not working for me. Would you be so kind so share your wisdom with me please? Here is what i am doing: kafka-ui: and this info is inside the file: logging: Whenever i run the container i still see DEBUG statements. |
Beta Was this translation helpful? Give feedback.
Hi, it works for me (in non-helm env, at least):
Make sure your
yamlApplicationConfig
is forwarded into the container, you can verify this by setting root to OFF, for example.