Open scottalot opened 2 months ago
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.