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 Bob.Igo
Recipients Bob.Igo, vinay.sajip
Date 2013-03-22.23:49:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363996165.67.0.81900236322.issue17521@psf.upfronthosting.co.za>
In-reply-to
Content
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=
History
Date User Action Args
2013-03-22 23:49:25Bob.Igosetrecipients: + Bob.Igo, vinay.sajip
2013-03-22 23:49:25Bob.Igosetmessageid: <1363996165.67.0.81900236322.issue17521@psf.upfronthosting.co.za>
2013-03-22 23:49:25Bob.Igolinkissue17521 messages
2013-03-22 23:49:25Bob.Igocreate