Allow bloop to filter out debug output #333
Closed
Comments
ScalaSpree - started work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: