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

Logging within the library #299

Closed
mfvanek opened this issue Oct 13, 2023 · 4 comments · Fixed by #300
Closed

Logging within the library #299

mfvanek opened this issue Oct 13, 2023 · 4 comments · Fixed by #300
Assignees
Labels
bug Something isn't working

Comments

@mfvanek
Copy link
Owner

mfvanek commented Oct 13, 2023

Consider to downgrade slf4j version to Spring Boot 2.7.x compatible

            library("logback-classic", "ch.qos.logback:logback-classic:1.4.11")
            library("slf4j-api", "org.slf4j:slf4j-api:2.0.9")
@mfvanek
Copy link
Owner Author

mfvanek commented Oct 13, 2023

@mfvanek mfvanek self-assigned this Oct 13, 2023
@mfvanek mfvanek added the bug Something isn't working label Oct 13, 2023
@mfvanek
Copy link
Owner Author

mfvanek commented Oct 13, 2023

See also spring-projects/spring-boot#12649

@mfvanek
Copy link
Owner Author

mfvanek commented Oct 15, 2023

To avoid

> Task :spotbugsTest
Scanning archives (157 / 157)
2 analysis passes to perform
Pass 1: Analyzing classes (25 / 136) - 18% completeSLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

@mfvanek
Copy link
Owner Author

mfvanek commented Oct 15, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant