[issue14273] distutils2: logging handler not properly initialized

Vinay Sajip report at bugs.python.org
Tue Mar 13 16:08:16 CET 2012


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

> Yes, the whole package only uses one logger, and we don’t want to stop messages: 

> the application (pysetup, pip, etc.) must be able to set the level.  I’ll remove 
> the code that sets a level on the logger and write a test to make sure that a 
> client can get all messages.

I think you might mean "sets a level on the handler" - the logger should still have the level set, I think.

----------

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


More information about the Python-bugs-list mailing list