RotatingFileHandler - ShouldRollover error

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sun Apr 20 01:17:12 EDT 2008


En Wed, 16 Apr 2008 10:50:44 -0300, <tpatch at loftware.com> 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  
> for every log message.  Does anyone have a solution to this problem?
>
> Traceback (most recent call last):
>   File "C:\Python25\Lib\logging\handlers.py", line 73, in emit
>     if self.shouldRollover(record):
>   File "C:\Python25\Lib\logging\handlers.py", line 147, in shouldRollover
>     self.stream.seek(0, 2)  #due to non-posix-compliant Windows feature
> ValueError: I/O operation on closed file

There are some fixes in svn - you may try using the current sources from  
http://svn.python.org/projects/python/trunk/

-- 
Gabriel Genellina




More information about the Python-list mailing list