Hi,
I’ve been trying to debug my Milight’s not working. hmerc (milight binding author) suggested to add debug level info to logback_debug.xml, which I did, but I was not seeing any messages related to Milight appearing in the debug info when I was activating switches, even though I am seeing events recognised in events.log. I can see the binding start message, but thats all.
I decided to do a test with adding debug info for mqtt… the same thing is happening, I’m seeing events appear in the event.log when I activate switches, but nothing in the debug log.
I’ve added these 2 lines to logback_debug.xml -
<logger name="org.openhab.binding.milight" level="DEBUG" />^M
<logger name="org.openhab.binding.mqtt" level="DEBUG" />^M
I then stop openhab : sudo service openhab stop
I then start debug mode : sudo ./start_debug.sh
The only messages that appear in the console after the initial startup messages are networkhealth messages as it makes connections, but nothing related to mqtt or milight.
Is there something wrong with my debug setup or some other issue?
Thanks.