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 r.david.murray
Recipients fviard, r.david.murray, vinay.sajip
Date 2015-11-19.14:58:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447945120.69.0.800906467393.issue25668@psf.upfronthosting.co.za>
In-reply-to
Content
But not doing the format until the last moment is part of the design of logging (as low overhead as possible unless a message is actually emitted).

I suspect you are just going to have to pre-calculate that variable if you want to log it.  Let's see what Vinay thinks, though :)
History
Date User Action Args
2015-11-19 14:58:40r.david.murraysetrecipients: + r.david.murray, vinay.sajip, fviard
2015-11-19 14:58:40r.david.murraysetmessageid: <1447945120.69.0.800906467393.issue25668@psf.upfronthosting.co.za>
2015-11-19 14:58:40r.david.murraylinkissue25668 messages
2015-11-19 14:58:40r.david.murraycreate