gunicorn not starting workers

前端 未结 3 2116
闹比i
闹比i 2021-02-09 06:22

When i run this command

[jenia@arch app]../bin/gunicorn zones.wsgi:application --bind localht:8000

The gunicorn server runs at localhost:8000.

3条回答
  •  灰色年华
    2021-02-09 06:55

    You should use --log-file=- option

    For more information see: http://gunicorn-docs.readthedocs.org/en/latest/faq.html#why-i-don-t-see-any-logs-in-the-console

提交回复
热议问题