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 Eric.Hanchrow, vinay.sajip
Date 2013-10-30.23:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383175684.52.0.281689610392.issue19455@psf.upfronthosting.co.za>
In-reply-to
Content
The adapter provides only the logging methods such as debug(), info() etc., but not methods to configure the logger (such as setLevel). Just use

adapter.logger.setLevel(logging.WARNING)
History
Date User Action Args
2013-10-30 23:28:04vinay.sajipsetrecipients: + vinay.sajip, Eric.Hanchrow
2013-10-30 23:28:04vinay.sajipsetmessageid: <1383175684.52.0.281689610392.issue19455@psf.upfronthosting.co.za>
2013-10-30 23:28:04vinay.sajiplinkissue19455 messages
2013-10-30 23:28:04vinay.sajipcreate