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
Above line will install rich-traceback to system, when this file is executed. Meanwhile, simple import springs will already execute nicknames.py, which means, importing springs will already install rich handler, while there is no "uninstall" mechanism for it.
So, is it possible to avoid configure_logging at global scope?
The text was updated successfully, but these errors were encountered:
In
nicknames.py
, there is a lineAbove line will install rich-traceback to system, when this file is executed. Meanwhile, simple
import springs
will already executenicknames.py
, which means, importingsprings
will already install rich handler, while there is no "uninstall" mechanism for it.So, is it possible to avoid
configure_logging
at global scope?The text was updated successfully, but these errors were encountered: