[docs] [issue17075] logging documentation for library cleanup
R. David Murray
report at bugs.python.org
Tue Jan 29 20:33:57 CET 2013
R. David Murray added the comment:
Indeed. The whole point of that section is to explain how the library can refrain from spewing unwanted logging *if the application doesn't care about logging*. If the application does care (has configured logging), it would be wrong to block the logging.
I believe there is now a NullHandler or something similar set up by default, so I don't think this issue arises in Python3.
----------
nosy: +r.david.murray
resolution: -> invalid
stage: -> committed/rejected
status: pending -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17075>
_______________________________________
More information about the docs
mailing list