Is there some known problem with Karaf 3.0.2 logging? I am using SLF4J and have set up "etc/org.ops4j.pax.logging.cfg" properly but only some of my OSGi modules are being logged and others are not.
When I set up: log4j.rootLogger = TRACE then all components (mine and Karaf's) are logged properly with TRACE level. But this doesn't work: log4j.logger.my.package = TRACE Thank you in advance,Milan
