Spring Boot Starter Logging provides default logging configuration using Logback and SLF4J for Spring Boot applications.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Logs an info message using SLF4J Logger obtained from LoggerFactory.
Exclude spring-boot-starter-logging and include spring-boot-starter-log4j2 in your pom.xml.
No dependency data recorded yet.