-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fix Runner Warning: SLF4J: Class path contains multiple SLF4J bindings.
#649
Comments
Found at least one source of this warning. The warning is only appearing when the record has a NO Warning:
Shows Warning:
|
@blackwinter this might be relevant when migrating fix to core: |
I tried to test it with the new integration of fix into core but it does not work yet: #586 (comment) |
blackwinter
added a commit
that referenced
this issue
Feb 6, 2025
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:.../metafacture-runner/lib/slf4j-simple-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:.../metafacture-runner/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
Looks good +1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The runner build by core does not have this warning. Not sure if this is related to: metafacture/metafacture-fix#371 (comment)
The text was updated successfully, but these errors were encountered: