Skip to content

Commit

Permalink
Merge branch '2.4.x'
Browse files Browse the repository at this point in the history
Closes gh-26725
  • Loading branch information
snicoll committed Jun 1, 2021
2 parents d0185e7 + c895918 commit 97c5a08
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -343,7 +343,7 @@ public void run() {
@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
Expand Down

0 comments on commit 97c5a08

Please sign in to comment.