Google News
logo
Java Spring Boot - Interview Questions
How do you Configure Log4j for logging?
Spring Boot supports log4j2 for logging configuration. what all you have to do is you have to exclude log backfile and include log4j2 for logging.  You can do it by using the spring starter projects.
Advertisement