Enable TRACE mode logging in Eclipse

Hi - I’d like to enable TRACE logging in Eclipse for a particular binding. I’ve read the https://docs.openhab.org/administration/logging.html, and tried to add an org.ops4j.pax.logging.cfg file in the lanch>home>etc directory with the appropriate command. That does not seem to work. Any help would be appreciated!!

Regards,
Jeff

Hi

connect to the Karaf Console and enter log:set TRACE org.openhab.binding.<bindingname>

Best
mueslee

Mueslee -

I’ve tried to connect to Karaf console via ssh and receive a connection refused:

ssh -p 8101 openhab@localhost
ssh: connect to host localhost port 8101: Connection refused

Should this work if running within the Eclipse IDE?

Jeff

You are running the Eclipse IDE on the same machine that also runs your openHAB instance, right?
Also which version of openHAB are you using?