[Python-ideas] Logging Levels
Guido van Rossum
guido at python.org
Tue Nov 28 14:59:28 EST 2017
On Tue, Nov 28, 2017 at 11:56 AM, Mike Miller <python-ideas at mgmiller.net>
wrote:
> Yes, I remember now. However, it still outputs with the level name of
> critical:
>
> >>> logging.fatal('hello')
>
> CRITICAL:root:hello
>
Ah, that makes it slightly more complicated -- changing that to print FATAL
is surely going to break some people's log parsers. :-(
--
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20171128/821188cf/attachment.html>
More information about the Python-ideas
mailing list