Configure Matplotlib's logging levels.
Matplotlib uses the standard library logging framework under the root logger 'matplotlib'. This is a helper function to:
Typically, one should call set_loglevel("info") or set_loglevel("debug") to get additional debugging information.
Users or applications that are installing their own logging handlers may want to directly manipulate logging.getLogger('matplotlib') rather than use this function.
The log level of the handler.
Note
This is equivalent to matplotlib.set_loglevel.
The first time this function is called, an additional handler is attached to Matplotlib's root handler; this handler is reused every time and this function simply manipulates the logger and handler's level.
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.set_loglevel.html