Switch Logging Level in Spring Boot at Runtime
In this short tutorial, I am going to share with you how to switch your Spring Boot app, at runtime, to use a different logging level. Set Logging Level for a Package in Your App Let’s assume we have a Spring Boot Web Application with the following method in a Rest Controller class. @RestController @RequestMapping(“/users”)…
Read More Switch Logging Level in Spring Boot at Runtime