mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
008bfee25e
so that output gets logged on gunicorn==19.1.1; otherwise it's totally silent, which sucks.
2 lines
44 B
Plaintext
2 lines
44 B
Plaintext
web: gunicorn httpbin:app -w 6 --log-file -
|