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 pitrou
Recipients pconnell, pitrou, vinay.sajip
Date 2012-11-10.15:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352560919.19.0.667427751068.issue16449@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure why you would setup logging on a RAM filesystem (I assume we're talking about normal volatile RAM)?
But besides, the big point of using rename() is that it's fast, atomic and won't disrupt existing file handlers pointing to that file. If RotatingFileHandler may resort to copying by mistake, it may cause other issues down the line.
History
Date User Action Args
2012-11-10 15:21:59pitrousetrecipients: + pitrou, vinay.sajip, pconnell
2012-11-10 15:21:59pitrousetmessageid: <1352560919.19.0.667427751068.issue16449@psf.upfronthosting.co.za>
2012-11-10 15:21:59pitroulinkissue16449 messages
2012-11-10 15:21:59pitroucreate