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
Following Configuring Logging for a Library, we should add a NullHandler to the koordinates root logger if we're not activating logging ourselves.
If multiple client sessions are in play, we don't need to do logging.basicConfig() over again (ie. activate_logging=anything should have no effect on the 2nd/subequent Client objects.
The text was updated successfully, but these errors were encountered:
NullHandler
to thekoordinates
root logger if we're not activating logging ourselves.logging.basicConfig()
over again (ie.activate_logging=anything
should have no effect on the 2nd/subequent Client objects.The text was updated successfully, but these errors were encountered: