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

Use slf4j2 implementation log4j-slf4j2-impl #198

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Dec 3, 2024

Fixes this error message:

  SLF4J(W): No SLF4J providers were found.
  SLF4J(W): Defaulting to no-operation (NOP) logger implementation
  SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
  SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
  SLF4J(W): Ignoring binding found at [jar:file:/Users/lari/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j-impl/2.23.1/9ef67909a1b4eae999af4c7a211ab2379e4b86c2/log4j-slf4j-impl-2.23.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.

Fixes this error message:
  SLF4J(W): No SLF4J providers were found.
  SLF4J(W): Defaulting to no-operation (NOP) logger implementation
  SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
  SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
  SLF4J(W): Ignoring binding found at [jar:file:/Users/lari/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j-impl/2.23.1/9ef67909a1b4eae999af4c7a211ab2379e4b86c2/log4j-slf4j-impl-2.23.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
@lhotari lhotari requested a review from onobc December 3, 2024 15:57
@lhotari
Copy link
Member Author

lhotari commented Dec 12, 2024

@onobc please review

Copy link
Contributor

@onobc onobc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - thanks @lhotari

@onobc onobc merged commit 047ad9b into apache:main Dec 12, 2024
1 check passed
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