Problem Spring Boot creates a default logging infrastructure with SLFJ as an abstraction layer over Logback. This works, but the default configuration logs with debug level and is overly verbose when using other libraries like JDBC and WebClient. We want to configure the log level with a configuration file to show the logs of ourContinue reading “Logging configuration in Spring Boot”