CustomTimedRotatingFileHandler.doRollover

CustomTimedRotatingFileHandler.doRollover()[source]

Rotates log files on daily basis. The file name of the current logfile is basename + strftime() + extension, with time format ‘%Y-%m-%d’.