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

Allow default slf4j provider to be found via service locator #1522

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

fhoeben
Copy link
Collaborator

@fhoeben fhoeben commented Aug 16, 2024

Ensure slf4j logging is not lost but is sent to 'java.util.logging' (using 'slf4j-jdk14'), an explicit other provider can be used via the system property slf4j.provider, see SLF4J Manual.

Fixes #1520

Ensure slf4j logging is not lost but is sent to 'java.util.logging' (using 'slf4j-jdk14'), an explicit other provider can be used via the system property slf4j.provider, see SLF4J Manual.

Fixes unclebob#1520
@fhoeben fhoeben merged commit 7bed6ad into unclebob:master Aug 16, 2024
1 check passed
@fhoeben fhoeben deleted the slf4j_provider branch August 16, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No SLF4J providers found when using the standalone version
1 participant