From 008bfee25e5438992db1ffc3e4ad65cffd7b6baa Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Mon, 22 Dec 2014 19:13:30 -0800 Subject: [PATCH] Procfile: Add --log-file - so that output gets logged on gunicorn==19.1.1; otherwise it's totally silent, which sucks. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9c537d9..aaba562 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app -w 6 +web: gunicorn httpbin:app -w 6 --log-file -