How to Configure Logging using Logback in Spring 5 without using Spring Boot
In the previous article, we have secured the REST API with Spring Security and JSON Web Token (JWT). Now we are gonna add logging support using the Logback logging framework since there is…