Replies: 1 comment
-
Turns out it was logback
solved it for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've implemented a simple kafka producer script, which worked great except log level by default is DEBUG and it pollutes the output. How do you generally set the log level, programmatically or with a .properties file? Is there any example?
I've tried to set
//FILES log4j.properties
with no effectIt would be great if there was a shortcut from jbang. something like
//LOGLEVEL WARN
or similar to avoid an additional file?Beta Was this translation helpful? Give feedback.
All reactions