Skip to content
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

Prevent multiple SLF4J bindings warning. #664

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

blackwinter
Copy link
Member

Resolves #649.

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]
@dr0i dr0i assigned blackwinter and unassigned dr0i Feb 6, 2025
@blackwinter blackwinter merged commit b85c49c into master Feb 6, 2025
1 check passed
@blackwinter blackwinter deleted the 649-preventMultipleSLF4JBindingsWarning branch February 6, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fix Runner Warning: SLF4J: Class path contains multiple SLF4J bindings.
2 participants