Skip to content

Commit c895918

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-26724
2 parents 897fd63 + 7e4defb commit c895918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public void run() {
343343
@Order(Ordered.LOWEST_PRECEDENCE)
344344
public static class Factory implements LoggingSystemFactory {
345345

346-
private static final boolean PRESENT = ClassUtils.isPresent("ch.qos.logback.core.Appender",
346+
private static final boolean PRESENT = ClassUtils.isPresent("ch.qos.logback.classic.LoggerContext",
347347
Factory.class.getClassLoader());
348348

349349
@Override

0 commit comments

Comments
 (0)