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

Allow bloop to filter out debug output #333

Closed
jvican opened this issue Mar 12, 2018 · 2 comments
Closed

Allow bloop to filter out debug output #333

jvican opened this issue Mar 12, 2018 · 2 comments

Comments

@jvican
Copy link
Contributor

jvican commented Mar 12, 2018

The sea of logs we get under --debug is difficult to read because it contains too much unrelated information. Particularly, it shows a lot of unnecessary info from Zinc's side, and annoying gigantic classpaths that clutter up our users' screens.

I propose to add a CLI option in CliOptions that is called --debug and takes an optional selector (file-watching, compilation, test, bsp et cetera) so that bloop only shows the debug information related to those tasks. It would be similar to what the reporter does in scalac.

@ioleo
Copy link
Contributor

ioleo commented Sep 9, 2018

ScalaSpree - started work.

@jvican
Copy link
Contributor Author

jvican commented Oct 29, 2018

Fixed in #674, thanks for the hard work @ioleo

@jvican jvican closed this as completed Oct 29, 2018
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