如何指定gunicorn log max size

时间:2018-04-18 15:54:04

标签: gunicorn

我正在运行gunicorn作为guiconrn --bind = 0.0.0.0:5000 --log-file gunicorn.log myapp:app

看起来像gunicorn.log一直在增长。有没有办法指定日志文件的最大大小,这样如果它达到最大大小,它就会覆盖它。

谢谢!

0 个答案:

没有答案