Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 81fdcad

Browse files
committed
Remove logging to syslog in the run command to prevent double logging
1 parent 0e9c8d9 commit 81fdcad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ The user manual is available at [www.domoticz.com][appurl]
107107

108108
## Versions
109109

110+
+ **18.01.18:** Remove logging to syslog in the run command to prevent double logging.
110111
+ **04.01.18:** Deprecate cpu_core routine lack of scaling.
111112
+ **08.12.17:** Rebase to alpine 3.7.
112113
+ **26.11.17:** Use cpu core counting routine to speed up build time.

root/etc/services.d/domoticz/run

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ exec \
44
-sslwww 1443 \
55
-sslcert /config/keys/server_cert.pem \
66
-userdata /config/ \
7-
-dbase /config/domoticz.db \
8-
-syslog
7+
-dbase /config/domoticz.db

0 commit comments

Comments
 (0)