We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e2c10 commit b9c3e2aCopy full SHA for b9c3e2a
src/System/Log/Logger.hs
@@ -478,7 +478,7 @@ updateGlobalLogger ln func =
478
do l <- getLogger ln
479
saveGlobalLogger (func l)
480
481
--- | Allow graceful shutdown. Release all opened files/handlers/etc.
+-- | Allow graceful shutdown. Release all opened files, handlers, etc.
482
removeAllHandlers :: IO ()
483
removeAllHandlers =
484
modifyMVar_ logTree $ \lt -> do
0 commit comments