Skip to content

Commit 715cc22

Browse files
soulomoonfendor
andauthored
Update Hls.hs
Co-authored-by: fendor <fendor@users.noreply.github.com>
1 parent f31686a commit 715cc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls-test-utils/src/Test/Hls.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ pluginTestRecorder = do
353353
-- See 'runSessionWithServer'' for details.
354354
initialiseTestRecorder :: Pretty a => [String] -> IO (Recorder (WithPriority a), WithPriority (Doc ann) -> IO ())
355355
initialiseTestRecorder envVars = do
356-
docWithPriorityRecorder <- makeDefaultStderrRecorder (Just [ThreadIdColumn])
356+
docWithPriorityRecorder <- makeDefaultStderrRecorder (Just $ [ThreadIdColumn] <> defaultLoggingColumns)
357357
-- There are potentially multiple environment variables that enable this logger
358358
definedEnvVars <- forM envVars (\var -> fromMaybe "0" <$> lookupEnv var)
359359
let logStdErr = any (/= "0") definedEnvVars

0 commit comments

Comments
 (0)