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

Built in fractional verbosity #85

Open
tazlin opened this issue Oct 21, 2023 · 4 comments
Open

Built in fractional verbosity #85

tazlin opened this issue Oct 21, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@tazlin
Copy link
Member

tazlin commented Oct 21, 2023

There should be a facility to support verbosity between the major levels. For example, INFO is considered level 20, and WARN level 30, but the worker (and other schemes) may use levels such as 25 for SUCCESS.

@db0
Copy link
Member

db0 commented Oct 21, 2023

We could simply make the -v do it in increments on 5 if you think it's better

@db0
Copy link
Member

db0 commented Oct 21, 2023

alternatively we can also add an arg to also allow like --logs=DEBUG and use enums as well

@tazlin
Copy link
Member Author

tazlin commented Oct 21, 2023

Yes, I am inclined to do both things you've mentioned here.

@db0
Copy link
Member

db0 commented Oct 21, 2023

Sure, Use --logs to set the "starting floor" and then -v/-q to adjust it slightly is needed

@tazlin tazlin self-assigned this Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants