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

Support --verbose #57

Closed
Duhemm opened this issue Nov 23, 2017 · 2 comments
Closed

Support --verbose #57

Duhemm opened this issue Nov 23, 2017 · 2 comments

Comments

@Duhemm
Copy link
Collaborator

Duhemm commented Nov 23, 2017

Most of the commands expose --verbose to enable verbose logging, but this option is not passed anywhere at the moment.

Enabling verbose logging in Log4J:

Configurator.setRootLevel(Level.DEBUG)

The issue is that we must disable it after the command has run (otherwise, all the commands will run with verbose logging enabled, and there's no obvious place to do it elegantly at the moment.

@jvican
Copy link
Contributor

jvican commented Nov 23, 2017

And likewise we should start using debug sparingly, to have high-quality logs that we can use to keep track of misbehaviours.

@jvican
Copy link
Contributor

jvican commented Nov 23, 2017

Adding this to Bloop 0.2 since it's not high priority.

@jvican jvican added this to the Bloop 0.2 milestone Nov 23, 2017
@jvican jvican closed this as completed in bf2ff88 Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants