Configure gunicorn errorlog

Related: alphagov/notifications-api/pull/1274
This commit is contained in:
Athanasios Voutsadakis
2017-09-22 15:41:41 +01:00
parent 241e3c2232
commit 79752d2754
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
buildpack: python_buildpack
command: scripts/run_app_paas.sh gunicorn -w 5 -b 0.0.0.0:$PORT wsgi
command: scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py --error-logfile /home/vcap/logs/gunicorn_error.log -w 5 -b 0.0.0.0:$PORT wsgi
services:
- notify-aws
- notify-config