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 demian.brecht
Recipients demian.brecht
Date 2015-05-21.06:25:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432189554.94.0.727112934658.issue24255@psf.upfronthosting.co.za>
In-reply-to
Content
Far too many times have I wished that changing the logging output in http.client was controllable through logging configuration rather than code changes modifying a connection's debuglevel.

It would be nice if the http package was brought up to date and had debuglevel-related code replaced with logging and sane logging was added throughout.
History
Date User Action Args
2015-05-21 06:25:55demian.brechtsetrecipients: + demian.brecht
2015-05-21 06:25:54demian.brechtsetmessageid: <1432189554.94.0.727112934658.issue24255@psf.upfronthosting.co.za>
2015-05-21 06:25:54demian.brechtlinkissue24255 messages
2015-05-21 06:25:54demian.brechtcreate