You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cpython version has a getEffectiveLevel method that does the same thing, albeit by walking the hierarchy of loggers. I've renamed the method in my PR to match this.
It would be good to be able to get the logging level.
One use case is when configuring the logger of one component to share the same level as another.
For example, the miniMQTT library exposes a logger, so I'd like to set the level of that in some client code to be the level set by my application.
The text was updated successfully, but these errors were encountered: