snellejellep wrote: ↑Thursday 05 December 2019 13:18
thank you, have not had it happen since the update to the latest beta.
for future things, where can i find the system and domoticz log files?
The domoticz logfile location and other settings are defined in
/etc/init.d/domoticz.sh
the relevant settings are in set to the DAEMON_ARGS var.
as example you could change the file like this
Code: Select all
DAEMON_ARGS="$DAEMON_ARGS -log /var/log/domoticz.log" # or any other OS file
#DAEMON_ARGS="$DAEMON_ARGS -loglevel normal,status,error, debug" # debug disabled for now
DAEMON_ARGS="$DAEMON_ARGS -loglevel normal,status,error" # these loglevels will make it to th elogfile
#DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,eventsystem,python,thread_id"
Code: Select all
sudo systemctl daemon-reload
sudo service domoticz stop
sudo service domoticz start
sudo tail -f /var/log/domoticz.log
The system and other logfiles can be found with sudo ls -lrt /var/log/*log
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>>
dzVents wiki