Page 1 of 1

JavaScript engine log file is missing for Razberry Z-Wave

Posted: 10 Aug 2016 23:29
by ljubisap
Hi,

I am new to Z-Wave and got stuck in the very beginning. I have some weird UI issues when accessing Web application which comes with Razberry Z-Wave on port 8083.
I wanted to check what is the problem but I am unable to find where log file for that Web application is.
On this http://razberry.z-wave.me/index.php?id=13 url at the very bottom there is this section:
Q. Where are logs located? How to switch logging to verbose or silent?

A. The log file name is stored in config.xml. The are two: one for Z-Wave (log-file tag), the other is for JavaScript engine (http-log-file tag). If empty, stdout is used.
But my config.xml contains only this:

Code: Select all

<config>
    <automation-dir>automation</automation-dir>
    <log-file>/var/log/z-way-server.log</log-file>
    <log-level>0</log-level>
    <debug-port></debug-port>
</config>
So no idea where to look.

Thanks in advance.

Ljubisa.

Re: JavaScript engine log file is missing for Razberry Z-Wav

Posted: 11 Aug 2016 00:38
by PoltoS
Hello! Looks like the page was not updated for quite some time. Now there is only one log - the one you found.

Re: JavaScript engine log file is missing for Razberry Z-Wav

Posted: 11 Aug 2016 09:30
by ljubisap
Hello,

Thank you for your quick response.

Will try to figure out why does UI console does not show the content. There are some errors in the UI.
I see at the end source code of AngularJS, it is not rendered and there are no error messages, once I saw something related to language files, probably for multilanguage support but then again source code popped up and I could not reproduce it.

Thanks.

Ljubisa.