Where is logback_debug.xml in 2.0

A lot of the 1.8 bindings mention putting a DEBUG line in the logback_debug.xml file.

For example

<logger name="org.openhab.binding.nikobus" level="DEBUG" />

for the Nikobus binding.

However, I don’t find this logback_debug.xml file anywhere and tried adding the line in the logging.cfg file but that doesn’t help.

Any idea where I can find the logback_debug.xml file in a 2.0 installation

Check out Rich’s post here:

If OH2 was installed with apt-get, you will find the logging config file here:

/usr/share/openhab2/runtime/karaf/etc/org.ops4j.pax.logging.cfg

BR,
Dim

1 Like