File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ import GHC.IO.Handle
92
92
import GHC.Stack (emptyCallStack )
93
93
import GHC.TypeLits
94
94
import Ide.Logger (Doc , Logger (Logger ),
95
+ LoggingColumn (ThreadIdColumn ),
95
96
Pretty (pretty ),
96
97
Priority (.. ),
97
98
Recorder (Recorder , logger_ ),
@@ -352,7 +353,7 @@ pluginTestRecorder = do
352
353
-- See 'runSessionWithServer'' for details.
353
354
initialiseTestRecorder :: Pretty a => [String ] -> IO (Recorder (WithPriority a ), WithPriority (Doc ann ) -> IO () )
354
355
initialiseTestRecorder envVars = do
355
- docWithPriorityRecorder <- makeDefaultStderrRecorder Nothing
356
+ docWithPriorityRecorder <- makeDefaultStderrRecorder ( Just [ ThreadIdColumn ])
356
357
-- There are potentially multiple environment variables that enable this logger
357
358
definedEnvVars <- forM envVars (\ var -> fromMaybe " 0" <$> lookupEnv var)
358
359
let logStdErr = any (/= " 0" ) definedEnvVars
You can’t perform that action at this time.
0 commit comments