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 erynofwales
Recipients demian.brecht, erynofwales, r.david.murray
Date 2015-06-06.16:28:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433608091.82.0.508775815905.issue24255@psf.upfronthosting.co.za>
In-reply-to
Content
Hi. This is my first issue, but I'd be willing to have a go at updating this module. Do either of you have specific ideas about what changes you want here? 

My thought was to import logging, create a logger object, and start by replacing all the self.debuglevel stuff with appropriate log statements. Does that make sense? Do each of the classes need separate loggers, or is just one module-level logger enough?
History
Date User Action Args
2015-06-06 16:28:11erynofwalessetrecipients: + erynofwales, r.david.murray, demian.brecht
2015-06-06 16:28:11erynofwalessetmessageid: <1433608091.82.0.508775815905.issue24255@psf.upfronthosting.co.za>
2015-06-06 16:28:11erynofwaleslinkissue24255 messages
2015-06-06 16:28:11erynofwalescreate