You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle Daemon started in 2 s 594 ms
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.
In build.gradle: implementation("ch.qos.logback:logback-classic")
Micronaut 3.4.1
Logback Classic 1.2.10
I'm getting this error same any idea how to fix it though I'm not sure if the problem is from Micronaut or Gradle.
Looks like it's fixed here: #6912 but is still happening for debug.
The logback classic library already has the org.slf4j.impl.StaticLoggerBinder
Steps To Reproduce
With Intellij IDEA, set up run configuration at top right with Gradle run and run it in debug mode.
Environment Information
JDK 17
Windows 10
Example Application
No response
Version
3.4.1
The text was updated successfully, but these errors were encountered:
In build.gradle:
implementation("ch.qos.logback:logback-classic")
I'm getting this error same any idea how to fix it though I'm not sure if the problem is from Micronaut or Gradle.
Looks like it's fixed here: #6912 but is still happening for debug.
The logback classic library already has the
org.slf4j.impl.StaticLoggerBinder
Steps To Reproduce
With Intellij IDEA, set up run configuration at top right with Gradle run and run it in debug mode.
Environment Information
JDK 17
Windows 10
Example Application
No response
Version
3.4.1
The text was updated successfully, but these errors were encountered: