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

Remove use of "quiet" in logging init #10417

Merged
merged 1 commit into from Jul 21, 2020

Conversation

gshuflin
Copy link
Contributor

Problem

A small bit of code in init/logging.py branches based on the value of the "quiet" option, even though this option has been removed.

Solution

Remove that branching.

@gshuflin gshuflin requested review from stuhood and benjyw July 21, 2020 19:34
@stuhood
Copy link
Sponsor Member

stuhood commented Jul 21, 2020

So, alternatively: should we add back --quiet, -q? It's a bit easier to type/explain than -lerror.

@Eric-Arellano
Copy link
Contributor

Eric-Arellano commented Jul 21, 2020

It's a bit easier to type/explain than -lerror.

Agreed. Now that we do have lots of logging, I think it would be nice.

@gshuflin gshuflin merged commit ce9e3a0 into pantsbuild:master Jul 21, 2020
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

Successfully merging this pull request may close these issues.

None yet

3 participants