slf4j icon indicating copy to clipboard operation
slf4j copied to clipboard

Another unexpected new log `SLF4J(I): Attempting to load provider "org.apache.logging.slf4j.SLF4JServiceProvider" specified via "slf4j.provider" system property`

Open bschuhmann opened this issue 6 months ago • 0 comments

Besides the other unexpected new low from #422 there's one more: in case slf4j.provider is set, there's now:

SLF4J(I): Attempting to load provider "org.apache.logging.slf4j.SLF4JServiceProvider" specified via "slf4j.provider" system property

Is there a reason this should stay on INFO level? We're setting slf4j.provider explicitly, so expect it is used - and only if it isn't I can change the log level to DEBUG and verify slf4j.provider has been picked up or not.

I initially commented on the closed ticket, but was unsure if @ceki has seen it or not.

bschuhmann avatar Aug 22 '24 13:08 bschuhmann