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

Log warning #95

Closed
rafacustodio opened this issue Oct 29, 2017 · 4 comments
Closed

Log warning #95

rafacustodio opened this issue Oct 29, 2017 · 4 comments
Labels

Comments

@rafacustodio
Copy link

rafacustodio commented Oct 29, 2017

I'm not using log at my project, but everytime when I start it gives me a warning about slf4j, I'm trying to find it but unfortunately with no success

SLF4J: 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.

Someone can help me out?

PS: This does not happen at 3.7.0 version

@rafacustodio
Copy link
Author

Anything?

@michaelklishin
Copy link
Owner

RabbitMQ Java client does not have a SLF4J implementation on class path and thus results to a no-op implementation. Java client versions prior to 4.0 did not use SLF4J (which is an industry standard common logging interface in the Java ecosystem).

@michaelklishin
Copy link
Owner

Just noticed that SLF4J mentions this exact warning on their main doc manual page.

@rafacustodio
Copy link
Author

Thanks @michaelklishin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants