[issue25121] python logger RotatingFileHandler can't wrap log file and blows with traceback

R. David Murray report at bugs.python.org
Tue Sep 15 20:54:13 CEST 2015


R. David Murray added the comment:

Vinay has closed other issues reporting this two-open-files problem in the past (which was why i recommended you read through some of them :).  Windows causes problems when there are two open file handles and a rename is attempted, so no, that is not a supported configuration for the logging module.

So I'm going to close it as not a bug.  If you can propose a way to make things work better, by all means open an enhancement issue.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: crash -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25121>
_______________________________________


More information about the Python-bugs-list mailing list