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
It appears that the logging.log() lines are malformed. They should be either formed as logging.log(level,msg) or logging.[level] (msg) where [level] is debug, warning, info, error, critical, or exception.
It appears that the logging.log() lines are malformed. They should be either formed as logging.log(level,msg) or logging.[level] (msg) where [level] is debug, warning, info, error, critical, or exception.