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

Always log registered ServiceLoader providers at INFO level #2880

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

idelpivnitskiy
Copy link
Member

Motivation:

Users should always see what ServiceLoader providers were available in the classpath and loaded. We should log it at INFO level.

Modifications:

  • If ServiceLoader providers are loaded, log them at INFO level;

Result:

Users can always see if their classpath has ServiceLoader providers.

Motivation:

Users should always see what `ServiceLoader` providers were available in
the classpath and loaded. We should log it at `INFO` level.

Modifications:
- If `ServiceLoader` providers are loaded, log them at `INFO` level;

Result:

Users can always see if their classpath has `ServiceLoader` providers.
@idelpivnitskiy idelpivnitskiy merged commit 5771163 into apple:main Mar 22, 2024
15 checks passed
@idelpivnitskiy idelpivnitskiy deleted the service-loader-logging branch March 22, 2024 04:14
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.

2 participants