log-warper 1.3.3 → 1.3.4
raw patch · 3 files changed
+13/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES.md +5/−0
- log-warper.cabal +1/−1
- src/System/Wlog/LoggerConfig.hs +7/−1
CHANGES.md view
@@ -1,3 +1,8 @@+1.3.4+====++* Correct logger config parsing+ 1.3.3 =====
log-warper.cabal view
@@ -1,5 +1,5 @@ name: log-warper-version: 1.3.3+version: 1.3.4 synopsis: Flexible, configurable, monadic and pretty logging homepage: https://github.com/serokell/log-warper license: MIT
src/System/Wlog/LoggerConfig.hs view
@@ -244,7 +244,13 @@ topLevelParams :: [Text] topLevelParams =- ["rotation", "showTime", "printOutput", "filePrefix" ]+ [ "rotation"+ , "termSeverity"+ , "showTime"+ , "showTid"+ , "printOutput"+ , "filePrefix"+ ] instance FromJSON LoggerConfig where parseJSON = withObject "rotation params" $ \o -> do