You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After bumping org.slf4j/slf4j-api from 2.0.13 to 2.0.14 I see an unexpected message printed in my projects:
SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider]
I'd consider this a useless information for the majority of users.
It can be turned off via System.setProperty("slf4j.internal.verbosity", "WARN"), but I maintain many projects and use Clojure, so it's an inconvenient workaround.