[issue9576] logging.addLevelName in file-based configurations
Vinay Sajip
report at bugs.python.org
Thu Aug 19 17:06:11 CEST 2010
Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:
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.
----------
resolution: -> wont fix
status: open -> pending
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9576>
_______________________________________
More information about the Python-bugs-list
mailing list