♻️ REFACTOR: log wrappers for init-workspace.log #82
Labels
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
refactor
Describe the bug
Currently every file that need to log to
workspace-init.log
has duplicated code for the log wrappers needed to log to that file.Screenshots
Steps to reproduce
Open an file with a prefix of
init-
in thebash
directory.Expected behavior
logging to
workspace-init.log
should not require duplicating code.Additional information
source a single file
workspace-init-logger.sh
into any file that need to log to workspace init.The text was updated successfully, but these errors were encountered: