[New-bugs-announce] [issue16539] Turn off 'No handlers could be found for logger' message

anatoly techtonik report at bugs.python.org
Fri Nov 23 14:53:28 CET 2012


New submission from anatoly techtonik:

It is very annoying. Take this as an example. 'patch' is a module (library) that is meant to be used from other programs. Therefore it can not (should not) setup handlers for itself.

>>> import patch
>>> patch.PatchSet().parse('7745')
No handlers could be found for logger "patch"

Is it the same for Python 3?

----------
components: Library (Lib)
messages: 176170
nosy: techtonik, vinay.sajip
priority: normal
severity: normal
status: open
title: Turn off 'No handlers could be found for logger' message
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16539>
_______________________________________


More information about the New-bugs-announce mailing list