Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quiet option #1

Open
mikepqr opened this issue Sep 27, 2021 · 0 comments
Open

Add quiet option #1

mikepqr opened this issue Sep 27, 2021 · 0 comments

Comments

@mikepqr
Copy link
Owner

mikepqr commented Sep 27, 2021

We err on the side of logging lots because the anticipated use case (cron jobs) benefits from lots of debugging information. This should stay the default for now. But it's a bit intense if you're running it on the command line.

Add a --quiet option that:

  • sets loglevel to ERROR
  • changes logformat to remove timestamps and possibly log levels from the loglines
  • possibly catches known exceptions and replaces them with more useful messages for non-technical users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant