Using Logback With Spring

In my previous project, I learned that using logback for logging is essential for our Spring applications. At that time, I had never heard it before. Now you are maybe in the same shoes, so I decided to write a small fact-finding article about how to use logback with Spring.

This article is also part of my recent case study session that I drew from my latest project. Check my first one here: Spring Boot with external tomcat.