Where do I find log messages?
hkknx write important messages and actions into the log. The log messages can be useful to debug problems.
The log output can be accessed either through the web interface or the command line.
Web Interface The web interface offers a system log, where all log outputs are listed. You can open the system log by clicking on “System Log” at the bottom of every web page.
Command Line If are installed the pre-configured Raspberry Pi, you will find the log files at /var/log/hkknx
.
The latest log messages are stored in /var/log/hkknx/current
and can be viewed with the command tail -f /var/log/hkknx/current
.