Spring Boot log levels for development
When I’m developing on a Spring Boot app, I want to see when a request comes in, how it was authenticated, and where it was handled. By default, log levels are set to INFO. Nothing prints per-request. I don’t know a good way to get the information I need, so I turn them way up: …