Open jamiecook opened 1 year ago
This should help to address confusion like #214 We could also do something like
level = Info if "WARNING" in line: level = Warning if "ERROR" in line: level = Critical log(line, level)
NOTE: Code is currently untested.
This should help to address confusion like #214 We could also do something like
NOTE: Code is currently untested.