Bob Igo added the comment:

Any configuration I tried still generates the bug, but here's a pared-down 
config file:

[loggers]
keys=root

[handlers]
keys=screen

[formatters]
keys=

[logger_root]
level=DEBUG
handlers=screen

[handler_screen]
level=DEBUG
class=StreamHandler
args=(sys.stdout,)
formatter=

----------

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

Reply via email to