This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author awaters
Recipients
Date 2006-01-03.14:38:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When doing a rollover TimedRotatingFileHandler 
doRollover does not recover if there is an open 
error.  This is because when the rollover function 
fails at the open (e.g. too many files open) and is 
called again at the next attempt to write to the log 
doRollover attempts to rename (the now no longer 
existing) original file which raises an exception.
History
Date User Action Args
2007-08-23 14:37:07adminlinkissue1396040 messages
2007-08-23 14:37:07admincreate