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 gkoller, r.david.murray, vinay.sajip
Date 2012-02-16.15:31:08
SpamBayes Score 0.00012787282
Marked as misclassified No
Message-id <1329406269.42.0.52939815573.issue14031@psf.upfronthosting.co.za>
In-reply-to
Content
That can't work.  The logging messages may come from libraries written by someone else, using % formatting.  The style has to be set at the individual logger level.
History
Date User Action Args
2012-02-16 15:31:09r.david.murraysetrecipients: + r.david.murray, vinay.sajip, gkoller
2012-02-16 15:31:09r.david.murraysetmessageid: <1329406269.42.0.52939815573.issue14031@psf.upfronthosting.co.za>
2012-02-16 15:31:08r.david.murraylinkissue14031 messages
2012-02-16 15:31:08r.david.murraycreate