You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: