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-14.09:38:23
SpamBayes Score 2.4758438e-05
Marked as misclassified No
Message-id <1331717902.56578.YahooMailNeo@web171320.mail.ir2.yahoo.com>
In-reply-to <1331651776.57.0.871222238168.issue14273@psf.upfronthosting.co.za>
Content
>
> IIUC the logger should be set to DEBUG, otherwise even if e.g. pip wants to get 

> INFO messages it won’t see them.  Is that right?

Well, you could set the level to INFO to get INFO and higher messages. DEBUG should only be set for messages of interest to developers/support staff/system admins, and which might confuse end users.
History
Date User Action Args
2012-03-14 09:38:24vinay.sajipsetrecipients: + vinay.sajip, tarek, eric.araujo, alexis
2012-03-14 09:38:24vinay.sajiplinkissue14273 messages
2012-03-14 09:38:23vinay.sajipcreate