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 vinay.sajip
Recipients fviard, vinay.sajip
Date 2016-01-13.21:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452719800.26.0.882570062838.issue25668@psf.upfronthosting.co.za>
In-reply-to
Content
Logging has been in the Python stdlib for over a dozen years, and in all that time, no one else has had a problem with the way handler locks and formatting work in logging. Your problem arises because your use case is very unusual, and this is why I don't propose to make changes to the stdlib to cater for it. You can, as I've suggested earlier, subclass the handlers you need and implement their emit methods as per your needs. Any changes to the stdlib code along the lines you've proposed could well break existing code for other people, so making these changes is not warranted.
History
Date User Action Args
2016-01-13 21:16:40vinay.sajipsetrecipients: + vinay.sajip, fviard
2016-01-13 21:16:40vinay.sajipsetmessageid: <1452719800.26.0.882570062838.issue25668@psf.upfronthosting.co.za>
2016-01-13 21:16:40vinay.sajiplinkissue25668 messages
2016-01-13 21:16:39vinay.sajipcreate