Replies: 1 comment 1 reply
-
Hey! It's supposed to exist already using this config:
Let me know if that doesn't work for you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Spring boot applications with a chaotic logback file tends to make the container logs so damn long that you're losing brain cells, and in order for me to reduce it that much, I'm toggling OFF Timestamps (gt) and Prefix (gp) which helps a bit, but I don't want to do that every single time.
Is it possible to initially enable/disable container log configurations such as Timestamps and Prefix in the setup function?
Beta Was this translation helpful? Give feedback.
All reactions