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

sbt verbose logging no longer translates to tools debug logging #3867

Open
ekrich opened this issue Apr 9, 2024 · 2 comments
Open

sbt verbose logging no longer translates to tools debug logging #3867

ekrich opened this issue Apr 9, 2024 · 2 comments
Milestone

Comments

@ekrich
Copy link
Member

ekrich commented Apr 9, 2024

sbt --verbose used to enable debug logging in tools. It was super helpful to see the compilation and linking commands in all their glory. This is sadly not working now.

@ekrich ekrich added this to the 0.5.0 milestone Apr 9, 2024
@WojciechMazur
Copy link
Contributor

Isn't that change related to the sbt version? If so I don't think there is anything we can do about it.

The executed commands are still available in few ways:

  1. sbt last nativeLink - it would show all the outputs, including debug level messagess from the last nativeLink invocation
  2. sbt debug;nativeLink - set's the sbt logging level to debug and runs the nativeLink command
  3. sbt --debug nativeLink - set's globally the logging level to debug when starting the sbt

@ekrich
Copy link
Member Author

ekrich commented Apr 10, 2024

Let me followup with the sbt folks. It used to work so not sure now.

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