R. David Murray added the comment:

I will let Vinay answer definitively, but this is working as designed.  This 
allows you to set 'debug' level on a sub-logger without getting debug output 
for every logger in your system, which is what you would get otherwise as the 
default logging level is NOTSET.

The documentation for setLevel could probably be improved slightly in this 
regard, as currently you have to infer this behavior from the fact that NOTSET 
causes the ancestor logger's level to be used, implying that if you set it, 
that setting is used and not the ancestor logger's level.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30862>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to