packages feed

log-warper 1.3.0 → 1.3.1

raw patch · 3 files changed

+12/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,3 +1,13 @@+1.3.1+=====++* Fix minor bug with stdout severity.++1.3.0+=====++* Allow to use arbitrary text formatter function.+ 1.2.4 ===== 
log-warper.cabal view
@@ -1,5 +1,5 @@ name:                log-warper-version:             1.3.0+version:             1.3.1 synopsis:            Flexible, configurable, monadic and pretty logging homepage:            https://github.com/serokell/log-warper license:             MIT
src/System/Wlog/Wrapper.hs view
@@ -77,7 +77,7 @@     -- We set Debug here, to allow all messages by stdout handler.     -- They will be filtered by loggers.     stdoutHandler <- setStdoutFormatter <$>-        streamHandlerWithLock lock stdout Debug+        streamHandlerWithLock lock stdout defaultSeverity     stderrHandler <- setStderrFormatter <$>         streamHandlerWithLock lock stderr Error     updateGlobalLogger rootLoggerName $