Configure gunicorn error log file

This commit is contained in:
Athanasios Voutsadakis
2017-09-22 11:28:55 +01:00
parent 9a1410f48d
commit 01611c1936

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 --error-logfile /home/vcap/logs/gunicorn_error.log -w 5 -b 0.0.0.0:$PORT wsgi
services:
- notify-aws
- notify-config