Closed Angel0926 closed 1 year ago
Hi everyonе, In our project automatically changed 0.13.0</quarkus-logging-logback.version> to 1.0.0</quarkus-logging-logback.version> and added
dependency version 2.0.5</slf4j.version>, and after can't seen logs.
I fixed that with upgrading dependency slf4j.jboss.logmanager from 1.x.x version to 2.0.1.Final</slf4j.jboss.logmanager>.
Maybe this update was previously passed automatically?
If you are still using Quarkus 2.x, you should keep Quarkus Logging Logback 0.x.
If you upgrade to Quarkus 3.x, then upgrade it to 1.0.0 and things will work out of the box.
Hi everyonе, In our project automatically changed0.13.0</quarkus-logging-logback.version> to 1.0.0</quarkus-logging-logback.version> and added
dependency version2.0.5</slf4j.version>, and after can't seen logs.
I fixed that with upgrading dependency slf4j.jboss.logmanager from 1.x.x version to2.0.1.Final</slf4j.jboss.logmanager>.
Maybe this update was previously passed automatically?