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 getLogger calls should be getLogger() instead of getLogger(__name__) in order to modify and update the root logger so that the logging calls from libs can be properly formatted
The text was updated successfully, but these errors were encountered:
the getLogger calls should be
getLogger()
instead ofgetLogger(__name__)
in order to modify and update the root logger so that the logging calls from libs can be properly formattedThe text was updated successfully, but these errors were encountered: