You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring logging using Spring Boot's LoggingApplicationListener and SnakeYAML, you're not able to turn off logging for a specific package. This is because of how SnakeYAML handles the word 'OFF' and represents that value as a boolean instead.
My suggestion would be to add some code to the LoggingApplicationListener around setting the LogLevel to check if the level comes in as a String with the value of false and act as if it means 'OFF'