Move logger management into new functions #719
Labels
effort: low
Theoretically less than a day's work
impact: low
Improving code/documentation cleanliness/clarity, not function
priority: low
issues that are not urgent
refactoring
issues proposing/requesting changes to the code which do not impact behavior
Summary
We can move the logger management for the general, report, and reference loggers into new utility functions. Perhaps something like
tedana.io.setup_loggers
andtedana.io.teardown_loggers
.Additional Detail
Two benefits are (1) less duplicated code between the two workflows and (2) the workflow functions will be more focused on the actual workflows.
Next Steps
tedana.workflows.tedana_workflow
andtedana.workflows.t2smap_workflow
.The text was updated successfully, but these errors were encountered: