quarkiverse / quarkus-logging-logback

Quarkus Logback extension
Apache License 2.0
13 stars 14 forks source link

Dependency upgrade #137

Closed Angel0926 closed 1 year ago

Angel0926 commented 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

org.slf4j slf4j-api ${slf4j.version}

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

org.jboss.slf4j slf4j-jboss-logmanager ${slf4j.jboss.logmanager}

Maybe this update was previously passed automatically?

gsmet commented 1 year ago

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.