jokeyrhyme/dotfiles-rs

`all`: default to hiding logs unless there is an error

jokeyrhyme opened this issue · 1 comments

  • we currently output HTTP and archive logs, as well as output from child processes
  • we should log using a popular logging framework, rather than directly to stdout/stderr
  • we should hide all non-error and non-Status logs, unless a debug flag is set
  • this ought to make it easier to tell at a glance what all has accomplished (when there aren't too many errors)