Skip to content

Commit

Permalink
Procfile: Add --log-file -
Browse files Browse the repository at this point in the history
so that output gets logged on gunicorn==19.1.1; otherwise it's totally
silent, which sucks.
  • Loading branch information
msabramo committed Dec 23, 2014
1 parent 8f61f1f commit 008bfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn httpbin:app -w 6
web: gunicorn httpbin:app -w 6 --log-file -

0 comments on commit 008bfee

Please sign in to comment.