Replace Logger package with AtSignLogger and stdout
XavierChanth opened this issue · 3 comments
XavierChanth commented
A chore task to make logging in this tool consistent with other projects:
- Remove logger package
- Move all error and warning logging to AtSignLogger
- Add a verbose flag to command_runner's topLevelResults to set AtSignLogger.root_level
- Move all info logging to direct stdout
XavierChanth commented
There are issues with color contrast for text in terminals with light backgrounds due to the way that logging is done.
XavierChanth commented
Continuing in PR45
XavierChanth commented
Continuing in PR45