From 01611c1936073cda3a817cfb7c99ba2120efa36b Mon Sep 17 00:00:00 2001 From: Athanasios Voutsadakis Date: Fri, 22 Sep 2017 11:28:55 +0100 Subject: [PATCH] Configure gunicorn error log file --- manifest-api-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-api-base.yml b/manifest-api-base.yml index 19c198d21..b761afb4d 100644 --- a/manifest-api-base.yml +++ b/manifest-api-base.yml @@ -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