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 vinay.sajip
Recipients gidi_avrahami, vinay.sajip
Date 2007-11-22.15:30:08
SpamBayes Score 0.19770241
Marked as misclassified No
Message-id <1195745408.75.0.122777932709.issue1484@psf.upfronthosting.co.za>
In-reply-to
Content
The behaviour you describe is intentional. To achieve what you want, you
can either set levels on the handlers or use Filters on loggers and/or
handlers (if level-based filtering is not sufficient for your needs).
History
Date User Action Args
2007-11-22 15:30:09vinay.sajipsetspambayes_score: 0.197702 -> 0.19770241
recipients: + vinay.sajip, gidi_avrahami
2007-11-22 15:30:08vinay.sajipsetspambayes_score: 0.197702 -> 0.197702
messageid: <1195745408.75.0.122777932709.issue1484@psf.upfronthosting.co.za>
2007-11-22 15:30:08vinay.sajiplinkissue1484 messages
2007-11-22 15:30:08vinay.sajipcreate