[Matplotlib-users] How to turn off matplotlib DEBUG msgs

Eric Firing efiring at hawaii.edu
Tue Mar 20 21:10:50 EDT 2018


On 2018/03/20 2:35 PM, Mike Hagerty wrote:
> I see the function _wrap() which seems to set the logLevel to DEBUG :
> 
> def _wrap(fmt, func, level=logging.DEBUG, always=True):

That is setting the level of the message being emitted, not the level of 
the logger.

Eric


More information about the Matplotlib-users mailing list