Procfile: Add --log-file -

so that output gets logged on gunicorn==19.1.1; otherwise it's totally
silent, which sucks.
This commit is contained in:
Marc Abramowitz
2014-12-22 19:13:30 -08:00
parent 8f61f1f9ea
commit 008bfee25e
+1 -1
View File
@@ -1 +1 @@
web: gunicorn httpbin:app -w 6
web: gunicorn httpbin:app -w 6 --log-file -