Open
Description
As described in https://groups.google.com/forum/#!searchin/got-your-back/verbose%7Csort:date/got-your-back/50TDppD3-5E/971Z6SwtFwAJ, it would be helpful to have optionally quieter output.
Full steps to reproduce the issue:
- Run GYB (especially as a cron job)
- See many lines showing all updates
Expected outcome (what are you trying to do?):
I'd like to optionally see less output. I'd think that a numeric --verbose=<#>
argument would cover what I'm thinking of. The levels that occur to me are:
- Silent except for fatal errors
- Warnings but no other information
- Everything from lower levels and statistics on completion of a step but not status messages during the step
- Everything from lower levels and status messages during the step (this is the current output)
- Everything from lower levels and the current output from
--debug