-
Notifications
You must be signed in to change notification settings - Fork 202
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
Log debuggee command #2192
base: main
Are you sure you want to change the base?
Log debuggee command #2192
Conversation
@@ -200,6 +200,11 @@ object Forker { | |||
val envMap = builder.environment() | |||
envMap.putAll(env.asJava) | |||
builder.redirectErrorStream(false) | |||
logger.info("Forking process:") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would we want it under debug rather?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can we get debug logs with Bloop?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we would need to add a flag to starting params. Maybe it's fine to do info.
045d8ec
to
001e5e4
Compare
001e5e4
to
cb9997b
Compare
-J
prefix to close Remove stripPrefix("-J") workaround for Metals #1456