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:
But my config.xml contains only this: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.
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>
Thanks in advance.
Ljubisa.