What's Changed
- Http middleware by @veqryn in #21
sloghttp.ExtractAttrCollection
extractor will automatically add to the log
record any attributes added bysloghttp.With
after thesloghttp.AttrCollection
http middleware. This allows other middlewares to log with attributes that would
normally be out of scope, because they were added by a later middleware or the
final http handler in the chain.
Full Changelog: v0.6.0...v0.7.0