枪炮 - 起飞和奔跑,但没有回应

时间:2014-11-04 18:51:01

标签: python monitoring gunicorn

我用gunicorn运行我的python服务器端已经有一段时间了,它运行得很好

今天它停止返回一些api调用的结果,我pkill gunicorn并运行调试python manage.py runserver 0.0.0.0:xxxx一切正常

我有两个问题:

  1. 有没有办法创建调用的日志文件(比如runserver的输出)
  2. 有办法监控我的服务器吗?

1 个答案:

答案 0 :(得分:1)

使用--log-file=-在命令行(stderr)中输出错误,例如:

gunicorn base.wsgi -c config.conf --log-file=-