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 favll
Recipients favll
Date 2017-07-30.21:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501451530.82.0.0352443251136.issue31084@psf.upfronthosting.co.za>
In-reply-to
Content
QueueHandler does not seem to format messages when setting a Formatter and attaching the QueueHandler to a logger. See attachement for a concise example.

According to the internal documentation of the QueueHandler's prepare method it is expected that self.format(record) will format the message and put the message into record.message. However, this is not the case and self.format(record) only returns the message. So this should be ab easy fix.
History
Date User Action Args
2017-07-30 21:52:10favllsetrecipients: + favll
2017-07-30 21:52:10favllsetmessageid: <1501451530.82.0.0352443251136.issue31084@psf.upfronthosting.co.za>
2017-07-30 21:52:10favlllinkissue31084 messages
2017-07-30 21:52:10favllcreate