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

chore: Remove verbose option otherwise it's always verbose #2121

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Jul 17, 2023

It seems because we add an option to log verbose option to BSP, now it's always doing it, since verbose is specified at the start. I changed that in order to be able to specify verbose on demand for compile.

It doesn't seem like it's needed currently, since the initial logs are printed to output stream set in the launcher.

@@ -78,7 +78,7 @@ final class BspBridge(
bspServerStatus = Some {
bspCmd.mkString(" ") -> {
// Make it verbose so that bsp preparation logs are emitted

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment seems no longer valid? 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not, thanks! I removed it

It seems because we add an option to log verbose option to BSP, now it's always doing it, since verbose is specified at the start. I changed that in order to be able to specify verbose on demand for compile.
@tgodzik tgodzik merged commit 41a45f2 into scalacenter:main Jul 18, 2023
16 of 17 checks passed
@tgodzik tgodzik deleted the remove-verbose branch July 18, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants