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 eric.araujo
Recipients alexis, eric.araujo, tarek, vinay.sajip
Date 2012-06-25.05:51:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340603514.73.0.206049237743.issue14273@psf.upfronthosting.co.za>
In-reply-to
Content
> DEBUG should only be set for messages of interest to developers/support staff/system admins,
> and which might confuse end users.
The thing is that all logging messages from distutils2 should be sent to handlers, and client code such as pysetup or pip2 can choose the level.  The library code however should not filter out DEBUG messages at the logger level—that would make them useless :)
History
Date User Action Args
2012-06-25 05:51:54eric.araujosetrecipients: + eric.araujo, vinay.sajip, tarek, alexis
2012-06-25 05:51:54eric.araujosetmessageid: <1340603514.73.0.206049237743.issue14273@psf.upfronthosting.co.za>
2012-06-25 05:51:54eric.araujolinkissue14273 messages
2012-06-25 05:51:53eric.araujocreate