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
Another unexpected new log SLF4J(I): Attempting to load provider "org.apache.logging.slf4j.SLF4JServiceProvider" specified via "slf4j.provider" system property#426
Open
bschuhmann opened this issue
Aug 22, 2024
· 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.
The text was updated successfully, but these errors were encountered:
Besides the other unexpected new low from #422 there's one more: in case
slf4j.provider
is set, there's now:Is there a reason this should stay on
INFO
level? We're settingslf4j.provider
explicitly, so expect it is used - and only if it isn't I can change the log level toDEBUG
and verifyslf4j.provider
has been picked up or not.I initially commented on the closed ticket, but was unsure if @ceki has seen it or not.
The text was updated successfully, but these errors were encountered: