diff --git a/src/Lib/Effects/Log.hs b/src/Lib/Effects/Log.hs index dec0c4f..bd15e5f 100644 --- a/src/Lib/Effects/Log.hs +++ b/src/Lib/Effects/Log.hs @@ -15,7 +15,7 @@ import Servant.Server (Handler) import Lib.App (App, AppEnv, AppError, runAppAsIO, toHttpError) --- | Maing log action for the application. Prints message with some metadata to @stdout@. +-- | Main log action for the application. Prints message with some metadata to @stdout@. mainLogAction :: MonadIO m => Severity -> LogAction m Message mainLogAction severity = filterBySeverity severity msgSeverity richMessageAction