I used Grails Application Forge with Angular profile to create a test app, but when trying to run it, I get these errors in Intellij:
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 to follow what is described in the link, but am not sure what to do, to be honest. I've found dozens of similar problems and solutions but none of them worked for me.
This test app uses Grails 5.1.3. I've got a project which runs on Grails 3.3.14 and I have no issues with the SLF4J.
I would be grateful for any help. Thanks.