Skip to content

fix: Refactor logger function to avoid duplicates

This commit refactors the logger function outside of ThisTask into a function. We also now set the logger name based on the log_file which allows a logger to be configured globally based on file path We also fix a big which caused new handlers to be added to the logger every time init_logger was invoked.

Merge request reports

Loading