Vinay Sajip added the comment:

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)

----------
nosy: +vinay.sajip
resolution:  -> invalid
status: open -> closed

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

Reply via email to