atsign-foundation/at_app

Replace Logger package with AtSignLogger and stdout

XavierChanth opened this issue · 3 comments

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

There are issues with color contrast for text in terminals with light backgrounds due to the way that logging is done.

Continuing in PR45

Continuing in PR45