Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Add verbose option #24

Open
annajung opened this issue Jan 18, 2022 · 0 comments
Open

Add verbose option #24

annajung opened this issue Jan 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@annajung
Copy link
Contributor

Is your feature request related to a problem? Please describe.

There are many print statements in the codebase that may not be relevant to users.
Add verbose option to allow the user to choose if they want the details to be printed or not.

Describe the solution you'd like

Use logging library and replace all print statements with log.
Pass in -v or --verbose flag to enable info logging

Describe alternatives you've considered

print statement wrapped around if statement for verbose flag also is okay as a first step.
Eventually, I think it would be beneficial to use logging

Additional context

I believe this was mentioned by @tzstoyanov in the past.
Feel free to add on to the issue if you have a solution you like to propose.

@annajung annajung added the enhancement New feature or request label Jan 18, 2022
@pramodrj07 pramodrj07 self-assigned this Jan 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants