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

--quiet option should only silence the stdout handler #87

Open
rsyring opened this issue Sep 5, 2017 · 0 comments
Open

--quiet option should only silence the stdout handler #87

rsyring opened this issue Sep 5, 2017 · 0 comments

Comments

@rsyring
Copy link
Member

rsyring commented Sep 5, 2017

We need to change CLILoader.option_process() so that --quiet only affects the stdout handler, not all logging handlers: https://github.com/level12/keg/blob/master/keg/cli.py#L335

The idea behind --quiet is that you can silence CLI output, and therefore avoid CRON email nose. However, with the current implementation, all log handlers are affected, which can keep log messages from getting upstream (i.e. to Logzio, rsyslog, etc.).

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