Closed kwvanderlinde closed 5 years ago
Using the logging module, we now have loggers instantiated per-module. Log levels INFO, WARN and ERROR are being used now, with the thought that DEBUG can be used in the future during development and debugging.
logging
Using the
logging
module, we now have loggers instantiated per-module. Log levels INFO, WARN and ERROR are being used now, with the thought that DEBUG can be used in the future during development and debugging.