Search found 1 match
- Wednesday 05 February 2020 17:06
- Forum: Suggestions
- Topic: Disable log in some device
- Replies: 19
- Views: 8145
Re: Disable log in some device
Hello, To handle the levels of log in domoticz you have to: - stop domoticz service ( sudo /etc/init.d/domoticz.sh stop ) - edit domoticz.sh ( sudo nano /etc/int.d/domoticz.sh ) - edit or add this line: DAEMON_ARGS="$DAEMON_ARGS -log /tmp/log/domoticz.log -loglevel normal" (part in red must be ...