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 eric.araujo, tarek, vinay.sajip
Date 2010-08-19.15:06:08
SpamBayes Score 0.012024047
Marked as misclassified No
Message-id <1282230371.85.0.169840594122.issue9576@psf.upfronthosting.co.za>
In-reply-to
Content
While custom levels are supported for the rare cases where they're needed, they're not really encouraged. For example, if third-party libraries each set their own custom logging levels, it would be a headache to integrate them into an application's overall logging scheme.

So I'm not in favour of making it easier to define custom levels via configuration - it's not (meant to be) a common use case.
History
Date User Action Args
2010-08-19 15:06:12vinay.sajipsetrecipients: + vinay.sajip, tarek, eric.araujo
2010-08-19 15:06:11vinay.sajipsetmessageid: <1282230371.85.0.169840594122.issue9576@psf.upfronthosting.co.za>
2010-08-19 15:06:09vinay.sajiplinkissue9576 messages
2010-08-19 15:06:08vinay.sajipcreate