Skip to content

Instantly share code, notes, and snippets.

View mayouzi's full-sized avatar

mayor mayouzi

View GitHub Profile
# -*- coding: utf-8 -*-
# 14-8-20
# create by: snower
import os
import time
import multiprocessing
from logging.handlers import RotatingFileHandler, TimedRotatingFileHandler
class RotatingFileHandler(RotatingFileHandler):