Closed ProbablyFaiz closed 2 years ago
This is an easy one: use Python's built in logging library so we get timestamps and log levels instead of just the print output.
logging
Some good info here: https://stackoverflow.com/questions/28330317/print-timestamp-for-logging-in-python/44175370
This is an easy one: use Python's built in
logging
library so we get timestamps and log levels instead of just the print output.Some good info here: https://stackoverflow.com/questions/28330317/print-timestamp-for-logging-in-python/44175370