Merge branch '2.4.x'

Closes gh-26725
pull/26730/head
Stephane Nicoll 4 years ago
commit 97c5a08ca5

@ -343,7 +343,7 @@ public class LogbackLoggingSystem extends Slf4JLoggingSystem {
@Order(Ordered.LOWEST_PRECEDENCE) @Order(Ordered.LOWEST_PRECEDENCE)
public static class Factory implements LoggingSystemFactory { 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()); Factory.class.getClassLoader());
@Override @Override

Loading…
Cancel
Save