summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-15 13:08:08 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-15 13:08:08 +0100
commitaaca6ba8b7d13e04d70400d60b55028c029a720c (patch)
tree5976cda10518fd2b232d2a5eb2baeddb84630384
parent85fced75faa9cea44b957de29567a91c683dbab3 (diff)
downloadqvisqve-aaca6ba8b7d13e04d70400d60b55028c029a720c.tar.gz
Fix: gunicorn log file used by start_salami
-rw-r--r--NEWS1
-rwxr-xr-xstart_salami2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f7f6ae5..1d7fbac 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ This file has release notes for Salami
Version 0.3+git, not yet released
---------------------------------
+* Fixed `start_salami` to use the right log file for gunicorn3.
Version 0.3, released 2017-11-15
---------------------------------
diff --git a/start_salami b/start_salami
index 96dce90..c531621 100755
--- a/start_salami
+++ b/start_salami
@@ -21,6 +21,6 @@ export START_CONFIG="/etc/salami/salami.yaml"
gunicorn3 \
--bind 127.0.0.1:12765 \
-w1 \
- --log-file /var/log/qvarn/gunicorn3.log \
+ --log-file /var/log/salami/gunicorn3.log \
--log-level debug \
salami.backend:app