freckle / blammo

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

Extract Blammo-wai #36

Closed pbrisbin closed 4 months ago

pbrisbin commented 11 months ago

The main Blammo library contains a WAI middleware for logging. This should be in a separate Blammo-wai package, so that non-web usages (e.g. CLIs) don't need to incur the dependency on http-types or wai.

I assume this will mean making this repository multi-package (rather than making a separate repository, though I'm open to that too). If going multi-package, the freckle/bcp47 repo can be used as a model.

chris-martin commented 4 months ago

Done in #49