Page 1 of 1

debugPrint and console.log don't output anything...

Posted: 23 Mar 2015 00:34
by rvhaasen
I just started to understand the automation mechanism by adding custom log info to index.js using debugPrint.
However I cannot see any output appearing in /var/log/z-way-server.log after restarting the server.
What am I doing wrong? I tried changing the loglevel in config.xml to some other value, that didn't help. What am I doing wrong?

Re: debugPrint and console.log don't output anything...

Posted: 23 Mar 2015 17:09
by rvhaasen
Solved it: I though that the modules were started automaticaly. I just discovered that this is not the case: they have to be added manualy (eg from the home-automation UI)....