scrive / log

Structured logging solution.
https://hackage.haskell.org/package/log-base
BSD 3-Clause "New" or "Revised" License
35 stars 7 forks source link

Add an in-memory logging backend and bump the dependency on aeson-pretty #13

Closed 23Skidoo closed 8 years ago

23Skidoo commented 8 years ago

The former is useful for testing, the latter is because we need this patch: https://github.com/informatikr/aeson-pretty/commit/d7a6c6e49d8c9e7a0de6a73f5fe2135d87568e8a.

arybczak commented 8 years ago

You might want to check if it's not too lazy wrt. modifyIORef (if you didn't do this already :)

23Skidoo commented 8 years ago

You're right, there's no reason not to use modifyIORef'. Fixed.

jonathanjouty commented 8 years ago

LGTM, please merge.