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

Provide verbose logging #30

Open
asimpleidea opened this issue Feb 25, 2021 · 3 comments
Open

Provide verbose logging #30

asimpleidea opened this issue Feb 25, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@asimpleidea
Copy link
Member

Verbosity will be requested with --verbose leaving --debug just for debugging.

Probably will be included with #24

@asimpleidea asimpleidea added the enhancement New feature or request label Feb 25, 2021
@asimpleidea asimpleidea self-assigned this Feb 25, 2021
@ljakab
Copy link
Member

ljakab commented Mar 4, 2021

What will be the difference between the two?

@asimpleidea
Copy link
Member Author

What will be the difference between the two?

After some test and implementations I decided to only keep --verbose. --debug should be about stuff useful for debugging, i.e. dump a variable to stdout so that you could see that.

Anyways, I decided to drop --debug because it made no sense to support something little like that. I have partly implemented this in an experimental branch and will come in future commits once I am convinced about the implementation.

@ljakab
Copy link
Member

ljakab commented Nov 9, 2021

In many places they are used interchangeably and mean the same things, other distinguish the two. I agree that for our use case we don't need two different options, --verbose sounds good.

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