JavaScript engine log file is missing for Razberry Z-Wave

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
ljubisap
Posts: 2
Joined: 10 Aug 2016 23:15

JavaScript engine log file is missing for Razberry Z-Wave

Post 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.
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

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

Post by PoltoS »

Hello! Looks like the page was not updated for quite some time. Now there is only one log - the one you found.
ljubisap
Posts: 2
Joined: 10 Aug 2016 23:15

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

Post 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.
Post Reply