Files
httpbin/Procfile
T
Marc Abramowitz 008bfee25e Procfile: Add --log-file -
so that output gets logged on gunicorn==19.1.1; otherwise it's totally
silent, which sucks.
2014-12-22 19:13:30 -08:00

2 lines
44 B
Plaintext

web: gunicorn httpbin:app -w 6 --log-file -