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

Add a verbose mode for improved debugging #31

Open
gaurav opened this issue Oct 24, 2018 · 1 comment
Open

Add a verbose mode for improved debugging #31

gaurav opened this issue Oct 24, 2018 · 1 comment
Labels
programming only No discussion necessary; just pure programming needed

Comments

@gaurav
Copy link
Member

gaurav commented Oct 24, 2018

It would be useful to have a -v and -vv options for provide verbose and very verbose outputs. We currently provide lots of verbose output to help with debugging; adding these filtering options would allow us to provide cleaner messages by default and still allow the output of detailed debugging information when needed.

@gaurav
Copy link
Member Author

gaurav commented Jun 3, 2019

We have a bunch of debugging information that we currently write to STDERR. Just changing those over to use log4j should be enough to close this issue.

@gaurav gaurav added the programming only No discussion necessary; just pure programming needed label Aug 8, 2019
gaurav added a commit that referenced this issue Apr 21, 2020
This PR replaces most of our System.err calls with calls to the SLF4J logging system. This will make it easier to add debugging information in the future, when we can use verbose flags (`-v`, `-vv`) to provide increasingly detailed debugging information (#31).

Closes #51.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
programming only No discussion necessary; just pure programming needed
Projects
None yet
Development

No branches or pull requests

1 participant