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

Reduce logging in tests by using slf4j-api instead of slf4j-simple, i… #336

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

StrongestNumber9
Copy link
Contributor

@StrongestNumber9 StrongestNumber9 commented Sep 17, 2024

…ntroduce new log4j2-test.xml

Note: Currently prints warning about multiple slf4j providers, but only once.

[INFO] Running com.teragrep.pth10.ReplaceTransformationTest
SLF4J: Class path contains multiple SLF4J providers.
SLF4J: Found provider [org.apache.logging.slf4j.SLF4JServiceProvider@2dfaea86]
SLF4J: Found provider [org.slf4j.jul.JULServiceProvider@15888343]
SLF4J: See https://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual provider is of type [org.apache.logging.slf4j.SLF4JServiceProvider@2dfaea86]

Fixes #305

@StrongestNumber9 StrongestNumber9 merged commit 40ca1bf into teragrep:main Sep 17, 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.

Reduce spark logging in tests
2 participants