Closed markusstraub closed 1 year ago
Note, that everything works as expected until version 1.3.118. Later versions switched to slf4j 2.x, that's where the problem starts to arise.
@markusstraub Do you happen to have a fix for this?
Not really, but I think in addition to log4j-slf4j-impl
you need to add a dependency to e.g. slf4j-simple
which will then contain a logging provider as the documentation states:
This can be solved by placing an SLF4J provider on your classpath, such providers include logback version 1.3.x and later, as well as one of slf4j-reload4j, slf4j-jdk14, slf4j-simple version 2.0.0 or later.
Thanks, it looks like the log4j-impl I'm using is being ignored. I'll have this resolved shortly.
Fixed. I'll release it now
Running the merge CLI tells me that logging is broken:
Reading documentation mentioned in the last line I thought this would help:
But unfortunately I get the same messages.
Platform: OpenJDK 17, Ubuntu 22.04