You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an options struct (*ResolveReplaceOptions) for resolvers (ie: ResolveKeyStackdriver, etc) and replacers (ie: ReplaceAttrStackdriver, etc) by @veqryn in #9
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.
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.