freckle / blammo

Batteries-included structured logging library
29 stars 2 forks source link

Require latest fast-logger and remove workaround #42

Closed pbrisbin closed 6 months ago

pbrisbin commented 6 months ago

This version fixes the flush logging bug we were working around.

Fixes https://github.com/freckle/blammo/issues/41.

pbrisbin commented 6 months ago

Seems this update cascades down to an incompatibility with monad-logger-aeson and aeson that are currently in nightly. I spent a little time, but it's not an easy fix. I think I'll have to disable that required status for now.

pbrisbin commented 6 months ago

And as soon as I say that, I fix it.