摘要: 按文件大小分割:RotatingFileHandler 按时间分割:TimedRotatingFileHandler import logging from logging.handlers import TimedRotatingFileHandler logHandler = TimedRotatingFileHandler(filename="logfile.log", when="S"... 阅读全文
posted @ 2018-02-06 17:03 hsggj 阅读(367) 评论(0) 推荐(0)