[issue14906] rotatingHandler WindowsError

2012-06-24 Thread Vinay Sajip
Vinay Sajip added the comment: Closed for lack of evidence, please re-open when and if more information is available. -- resolution: -> invalid status: open -> closed ___ Python tracker _

[issue14906] rotatingHandler WindowsError

2012-06-11 Thread Vinay Sajip
Vinay Sajip added the comment: It could be a number of things which are keeping the file open, e.g. * Windows indexing the volume for search * Child process keeping files open (e.g. while copying log files - I can't tell what you're actually copying) You may need to use a tool like FileMon or

[issue14906] rotatingHandler WindowsError

2012-05-24 Thread Curu Wong
New submission from Curu Wong : I setup and use rotatingHandler this way: = #create logger logger = logging.getLogger(__name__) logger.setLevel(logging.INFO) #create rotate handler rotatefh = logging.handlers.RotatingFileHandler(filename=log