Hi, the reason I use note is that I want it to be output by default. So it must be above warning, or perhaps the default level changed.

(i.e. There is no need for note if it has the same effect as info. We already have info.)

-Mike


On 2017-11-28 12:31, Guido van Rossum wrote:
OK, that's a reasonable discussion, let's not do this. Also I note that in my own usage, "note" comes below "warning", not above it. E.g. mypy has three levels for its end-user facing messages: error, warning, and note. (Note that mypy does not use the logging module -- but it would still feel odd to me to see "note" between warning and error rather than below warning.)

_______________________________________________
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