On Tue, Nov 28, 2017 at 11:56 AM, Mike Miller <python-id...@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)
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to