feat: Add time to startup/worker logs (#1872)
BREAKING CHANGE Sends startup/worker logs to stderr to differentiate them from access logs, which go to stdout
This commit is contained in:
+1
-2
@@ -44,5 +44,4 @@ setBuffering = do
|
||||
-- output, the buffer overflows, a hFlush is issued or the handle is closed
|
||||
hSetBuffering stdout LineBuffering
|
||||
hSetBuffering stdin LineBuffering
|
||||
-- NoBuffering: output is written immediately and never stored in the buffer
|
||||
hSetBuffering stderr NoBuffering
|
||||
hSetBuffering stderr LineBuffering
|
||||
|
||||
Reference in New Issue
Block a user