标签: python monitoring gunicorn
我用gunicorn运行我的python服务器端已经有一段时间了,它运行得很好
今天它停止返回一些api调用的结果,我pkill gunicorn并运行调试python manage.py runserver 0.0.0.0:xxxx一切正常
pkill gunicorn
python manage.py runserver 0.0.0.0:xxxx
我有两个问题:
答案 0 :(得分:1)
使用--log-file=-在命令行(stderr)中输出错误,例如:
--log-file=-
gunicorn base.wsgi -c config.conf --log-file=-