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
[__init__] logging should be defined in the calling script (#269)
reason: the calling script should define how logging is done; if these
settings are added here and the caller adds another log handle (with
possibly different settings), all log information could be printed twice
or not at all
0 commit comments