-
-
Notifications
You must be signed in to change notification settings - Fork 953
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
Grails 5.1.8, Always getting SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" warning, what's wrong ? #12633
Comments
I ran into this once before, when IntelliJ was running grails commands via the @akiesh22 Can you describe an example situation where you see that error? |
This is seen for every app generated with grails create-app, for grails 5.1.8. |
@akiesh22 So, can you describe a specific CLI command, IntelliJ action, gradle task, etc... something that allows me to reproduce your issue? |
So, it's cut-off at the top, but I'm certain that IntelliJ is launching your app via the I created an app following your step 1 above. Then, running in the same CLI |
Thank you very much, you are absolutely correct. |
So what the fix? Is is IntelliJIDEA bug? |
It's an issue with the |
Issue description
grails create-app generated scaffolding always produces following errors:
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.
I tried resolving this as described in "SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details."
but this hasn't gone away, tried https://stackoverflow.com/questions/7421612/slf4j-failed-to-load-class-org-slf4j-impl-staticloggerbinder as suggested here but this didn't resolve it either.
The text was updated successfully, but these errors were encountered: