-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load class "org.slf4j.impl.StaticLoggerBinder" #49
Comments
Due to this conflict (warning)
I had added this exclusion
and apparently it was good. In fact, It works just fine in DEV mode only. When I run the uber-jar it does not work as expected and throws the exception below
If I comment out the exclusion above (for slf4j-jboss-logmanager) the LOGBACK works, but the WARNING duplicate is back. I'll have to live with this warning if I want to use logback in prod. |
Do you have a reproducer? |
yes, would you mind taking a look at? it's here: https://github.com/efranca/quarkus-logback-demo |
Hi, any workaround for this, please?
It looks like StaticLoggerBinding from logback is ignored and not packaged into uberjar. |
I am testing the library and it works just fine in dev, but when I run my jar I get this:
Should slf4j dependencies (below) be added manually in order to work out?
Thanks!
The text was updated successfully, but these errors were encountered: