You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.helpers.NOPLoggerFactory loaded from file:/.m2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar).
#39470
Closed
samragu opened this issue
Feb 8, 2024
· 2 comments
Upgrading from Spring Boot 2.5.14 to 3.2.2 and running into this issue. A number of suggestions are out there to exclude spring-boot-starter-logging but we use that library and the logback it bootstraps. I see similar issue #37484 that was resolved in 3.2.2 but the above issue is in 3.2.2
The text was updated successfully, but these errors were encountered:
As I said in #37484 (comment), if you're seeing the problem in a version where it should be fixed, please provide a minimal sample that reproduces the problem.
While trimming down my project to create a sample, I discovered that a separate logback version was prescribed by a parent pom that seemed to cause this error. I have fixed it and is no longer an issue. Thanks for taking time to respond, much appreciated!
Upgrading from Spring Boot 2.5.14 to 3.2.2 and running into this issue. A number of suggestions are out there to exclude spring-boot-starter-logging but we use that library and the logback it bootstraps. I see similar issue #37484 that was resolved in 3.2.2 but the above issue is in 3.2.2
The text was updated successfully, but these errors were encountered: