[New-bugs-announce] [issue24255] Replace debuglevel-related logic with logging

Demian Brecht report at bugs.python.org
Thu May 21 08:25:54 CEST 2015


New submission from Demian Brecht:

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.

----------
components: Library (Lib)
messages: 243734
nosy: demian.brecht
priority: normal
severity: normal
stage: needs patch
status: open
title: Replace debuglevel-related logic with logging
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24255>
_______________________________________


More information about the New-bugs-announce mailing list