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 tarek
Recipients tarek, vinay.sajip
Date 2010-08-12.15:44:51
SpamBayes Score 1.1657759e-05
Marked as misclassified No
Message-id <1281627893.73.0.657800338781.issue9576@psf.upfronthosting.co.za>
In-reply-to
Content
It's not possible to use a custom level in a file-based configuration unless you programatically call logging.addLevelName('LEVEL', VALUE)

It would be nice to be able to declare new levels in config files
History
Date User Action Args
2010-08-12 15:44:54tareksetrecipients: + tarek, vinay.sajip
2010-08-12 15:44:53tareksetmessageid: <1281627893.73.0.657800338781.issue9576@psf.upfronthosting.co.za>
2010-08-12 15:44:52tareklinkissue9576 messages
2010-08-12 15:44:51tarekcreate