Releases: veqryn/slog-dedup
Releases · veqryn/slog-dedup
v0.5.0
v0.4.0
What's Changed
- Replace and Resolve keys by @veqryn in #7
Added ability to replace attributes and their keys before deduplication.
Added convenience methods for formatting and deduplicating log output to Graylog and also Stackdriver (GCP Cloud Operations / Google Log Explorer).
Breaking Change:
ResolveBuiltinKeyConflict
, DoesBuiltinKeyConflict
, and IncrementKeyName
have all been unified into a single function: ResolveKey
.
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
Added convenience methods that allow the handlers to be created as github.com/samber/slog-multi middlewares, in order to easily setup slog workflows such as pipeslines, fanout, routing, failover, etc.