2018年7月27日

django TimedRotatingFileHandler log

摘要: 15.9.6. TimedRotatingFileHandler¶ The TimedRotatingFileHandler class, located in the logging.handlers module, supports rotation of disk log files at c 阅读全文

posted @ 2018-07-27 16:33 ExplorerMan 阅读(836) 评论(0) 推荐(0)

python日志轮转RotatingFileHandler在django中的一个bug

摘要: 简介 大量过时的日志会占用硬盘空间,甚至长时间运行不注意会占满硬盘导致宕机,那么就可以使用内建logging模块根据文件大小(logging.handlers.RotatingFileHandler)或者时间(logging.handlers.TimedRotatingFileHandler)进行日 阅读全文

posted @ 2018-07-27 16:22 ExplorerMan 阅读(722) 评论(0) 推荐(1)

导航