packages feed

ekg-log 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

System/Local/Monitoring/Log.hs view
@@ -88,13 +88,13 @@ -- -- * @logfile@ = @\"./ekg.log\"@ ----- * @flushInterval@ = @1000@+-- * @flushInterval@ = @5000@ -- -- * @debug@ = @False@ defaultLogOptions :: LogOptions defaultLogOptions = LogOptions     { logfile       = "./ekg.log"-    , flushInterval = 1000+    , flushInterval = 5000     , debug         = False     , prefix        = ""     , suffix        = ""
ekg-log.cabal view
@@ -1,5 +1,5 @@ name:                ekg-log-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Push metrics to a log file. description:   This library lets you push system metrics to a log file.