Merge branch '2.4.x'

Closes gh-26725
This commit is contained in:
Stephane Nicoll 2021-06-01 15:38:48 +02:00
commit 97c5a08ca5
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ public class LogbackLoggingSystem extends Slf4JLoggingSystem {
@Order(Ordered.LOWEST_PRECEDENCE)
public static class Factory implements LoggingSystemFactory {
private static final boolean PRESENT = ClassUtils.isPresent("ch.qos.logback.core.Appender",
private static final boolean PRESENT = ClassUtils.isPresent("ch.qos.logback.classic.LoggerContext",
Factory.class.getClassLoader());
@Override