Allow changing log level without having to recompile or repackaging the JAR #212
sleberknight
started this conversation in
Ideas
Replies: 1 comment
-
I also want to be able to have it log to a file by default, perhaps with a rolling file appender limited to a few files. |
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
-
Currently the Logback logging configuration is embedded in the shaded uber JAR, which means it is fixed and cannot be changed without rebuilding, or cracking open the JAR, changing it, and re-packaging. 🤮
It would be much better to have a default Logback configuration but allow for a custom (external) configuration to override, similar to how Dropwizard lets you do it.
Beta Was this translation helpful? Give feedback.
All reactions