I have some services in tomcat and trying to move to apache karaf.
I have a existing service which uses logback for logging configuration.
I tried to make same c
The logback backend of Pax Logging is in a separate bundle mvn:org.ops4j.pax.logging/pax-logging-logback/1.7.1 which is not part of Karaf.
mvn:org.ops4j.pax.logging/pax-logging-logback/1.7.1
So if you didn't install this bundle manually, then it's no surprise that your logback.xml gets ignored.
logback.xml