-
-
Notifications
You must be signed in to change notification settings - Fork 390
Add thread id in ghcide tests log #4204
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
Add thread id in ghcide tests log #4204
Conversation
…dId-in-ghcide-tests' into soulomoon/add-threadId-in-ghcide-tests
@@ -73,7 +73,7 @@ main = withTelemetryRecorder $ \telemetryRecorder -> do | |||
-- stderr recorder just for plugin cli commands | |||
pluginCliRecorder <- | |||
cmapWithPrio pretty | |||
<$> makeDefaultStderrRecorder (Just [PriorityColumn, DataColumn]) | |||
<$> makeDefaultStderrRecorder (Just [ThreadIdColumn, PriorityColumn, DataColumn]) |
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.
Hmm, this seems like it will affect people using the ghcide executable directly? Well, hopefully that will go away in due course anyway...
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.
Yes, I am under the impression ghcide is just used for test purpose now and we are considering removing it?
What is done:
We need to enable it in two places of ghcide, one in the ghcide exe directly, other is in the main entry of the ghcide test