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 bialix
Recipients bialix, paul.moore, r.david.murray, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2015-09-15.14:31:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442327513.76.0.31346241083.issue25121@psf.upfronthosting.co.za>
In-reply-to
Content
According to documentation on RotateFileHandler

"When this file is filled, it is closed and renamed to app.log.1, and if files app.log.1, app.log.2, etc. exist, then they are renamed to app.log.2, app.log.3 etc. respectively."

But we have 2 loggers which holds open file inside the same process. And while one handler is trying to close and rename file, another handler (tornado, which writes something to log only when there are errors actually) is holding file open.
History
Date User Action Args
2015-09-15 14:31:53bialixsetrecipients: + bialix, paul.moore, vinay.sajip, tim.golden, r.david.murray, zach.ware, steve.dower
2015-09-15 14:31:53bialixsetmessageid: <1442327513.76.0.31346241083.issue25121@psf.upfronthosting.co.za>
2015-09-15 14:31:53bialixlinkissue25121 messages
2015-09-15 14:31:53bialixcreate