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

Commit 20f18b6

Browse files
committed
Remove logging to syslog in the run command to prevent double logging
1 parent b773169 commit 20f18b6

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,11 @@ The user manual is available at [www.domoticz.com][appurl]
106106

107107
## Versions
108108

109-
+ **26.11.2017:** Use cpu core counting routine to speed up build time.
110-
+ **01.10.2017:** Add branch for stable-3.8153.
111-
+ **28.05.2017:** Rebase to alpine 3.6.
112-
+ **26.02.2017:** Add curl and replace openssl with libressl.
113-
+ **11.02.2017:** Update README.
114-
+ **03.01.2017:** Initial Release.
109+
+ **18.01.18:** Remove logging to syslog in the run command to prevent double logging.
110+
+ **04.01.18:** Deprecate cpu_core routine lack of scaling.
111+
+ **26.11.17:** Use cpu core counting routine to speed up build time.
112+
+ **01.10.17:** Add branch for stable-3.8153.
113+
+ **28.05.17:** Rebase to alpine 3.6.
114+
+ **26.02.17:** Add curl and replace openssl with libressl.
115+
+ **11.02.17:** Update README.
116+
+ **03.01.17:** Initial Release.

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)