Properly guard LogbackLoggingSystem
Previously, LoggingSystem#get would chose Logback by the sole presence of a class in logback-core, with the assumption that logback-classic is also on the classpath. An app that only had the former would therefore fail. This commit updates the condition to check for a class in logback-classic instead. Closes gh-26711pull/27078/head
parent
647451087f
commit
7e4defbcba
Loading…
Reference in New Issue