[SOLVED]Zwavejs2mqtt log no longer updating
-
@toggledbits Did the upgrade to 22051 yesterday evening but before I could start testing, I noticed something not quite right with the logs.
Maybe this is intended. Zwavejs2mqtt is having 2 set of logs.
-One for the zwavejs2mqtt, this one is fine.
-One for the zwavejs. When MSR-zw is running that log is no longer updating. IF I restart zwavejs2mqtt, the log will update for the booting information but as soon as this is done, nothing update anymore. If I stop MSR-zw and restart zwavejs2mqtt all is fine again until MSR-zw is restarted.
As for the MSR log we have a dedicated set of logs for the Zwavejs info but zwave information is also in the regular Reactor.log. Is that the intended behaviur?
Thanks
EDIT: After looking a bit more I change the wording a little.
-
Nothing has changed since the original release. ZWaveJSController does ask zwave-js-server to echo log information, which it captures and logs to Reactor's log conduit. It is a surprise to me that that request to zwavejs would, however, completely redirect its normal logging rather than make it an additional destination. Fortunately, that was just for initial debugging, and I think it's not as useful as I thought it might be, so you can turn it off by adding
listen_zwavejs_logs: false
to theconfig
section. -
T toggledbits locked this topic on