Fixes issues related to overwriting root logger. Simplifies logging approach following best practice (custom logger in each module with inherited settings). Adds a setup_logging() function for setting up loggers in my preferred way. However by default this is only called in the CLI.
Fixes issues related to overwriting root logger. Simplifies logging approach following best practice (custom logger in each module with inherited settings). Adds a
setup_logging()
function for setting up loggers in my preferred way. However by default this is only called in the CLI.