I'm trying to debug a karaf startup issue in pax exam that doesn't occur
when starting the feature in a regular karaf instance.

I'm trying to get the karaf.log output to the console (or to a file, if
that's easier), but so far I haven't had any success.

What I've tried is, adding the following to the options:
            logLevel(LogLevel.DEBUG),
            editConfigurationFilePut("etc/org.ops4j.pax.logging.cfg", 
"log4j2.rootLogger.level", "DEBUG"),
            
systemProperty("org.ops4j.pax.logging.DefaultSer‌​viceLog.level").value("DEBUG"),
but as far as I none of these has had any effect.

Does anyone know how to get the karaf.log output from pax exam tests
using the karaf container?

Thanks!


- Steinar



-- 
-- 
------------------
OPS4J - http://www.ops4j.org - [email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to