Spring Boot Kotlin Part 3: Logging in Logback and Log4J2 (youtube video)

This blog post is for sharing the code for a Youtube video I posted on the channel.

In this video we are going to take at logging in Spring Boot. We are going to discuss the 2 options we have for logging libraries at the time of recording this video (early 2022) as well as the facade library SLF4J. We are going to showcase a basic usage of SLF4J then write an XML configuration file for Logback. After that, we are going to switch our project to Log4J2 then write an XML configuration file for Log4J2.

Leave a comment

Your email address will not be published. Required fields are marked *