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 mariocj89
Recipients docs@python, mariocj89
Date 2018-02-11.17:08:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518368919.27.0.467229070634.issue32821@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed in python-ideas, it would be good to have a recipe on how to configure the logging stack to be able to log ``ERROR`` and above to stderr and ``INFO`` and below to stdout.

It was proposed to add it into the cookbook rather than on the standard library. An alternative proposal was a "ConsoleHandler" that would do this by default. (https://github.com/mariocj89/cpython/commit/501cfcd0f4cad1e04d87b89784988c52a77a80ad)
History
Date User Action Args
2018-02-11 17:08:39mariocj89setrecipients: + mariocj89, docs@python
2018-02-11 17:08:39mariocj89setmessageid: <1518368919.27.0.467229070634.issue32821@psf.upfronthosting.co.za>
2018-02-11 17:08:39mariocj89linkissue32821 messages
2018-02-11 17:08:39mariocj89create