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 vinay.sajip
Recipients alexis, eric.araujo, tarek, vinay.sajip
Date 2012-03-13.15:08:16
SpamBayes Score 1.0642376e-07
Marked as misclassified No
Message-id <1331651294.54131.YahooMailNeo@web171320.mail.ir2.yahoo.com>
In-reply-to <1331648292.21.0.150739847327.issue14273@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2012-03-13 15:08:16vinay.sajipsetrecipients: + vinay.sajip, tarek, eric.araujo, alexis
2012-03-13 15:08:16vinay.sajiplinkissue14273 messages
2012-03-13 15:08:16vinay.sajipcreate