Documentation indicates I can do this. Pax logging indicates I can do this. Yet when I try, I can't.
I have some code that uses java.util.logging. If I log at level SEVERE, it comes out on the console, and only the console, and doesn't come out in the karaf.log file. Anything less than that and it doesn't come out anywhere. This is the default java.util.logging behaviour isn't it? I'm starting using the karaf.bat file. As a double check I've printed out the value of the java.util.logging.config.file system property and it does indeed point to the etc\java.util.logging.properties. So I'm somewhat confused. Is there any additional configuration I need to do to make jdk logging come out somewhere useful? I'm using a 4.1.3 snapshot of karaf on Windows. Thanks.
