Re: RotatingFileHandler - ShouldRollover error

2008-04-19 Thread Gabriel Genellina
En Wed, 16 Apr 2008 10:50:44 -0300, <[EMAIL PROTECTED]> escribió: > I am using the RotatingFileHandler logger with Python 2.5 on Windows and > I am getting an error on the rollover. When the log file gets close to > the size where it needs to rollover, I start getting the following error >

RotatingFileHandler - ShouldRollover error

2008-04-16 Thread tpatch
I am using the RotatingFileHandler logger with Python 2.5 on Windows and I am getting an error on the rollover. When the log file gets close to the size where it needs to rollover, I start getting the following error for every log message. Does anyone have a solution to this problem? Tracebac