Some handlers (e.g. slog.JSONHandler)
will output multiple occurrences of the same field name
if the logger is called with multiple instances of the same field,
generally by using WithAttrs and then the same fields in the eventual log call (e.g. Info).
This behavior is currently under debate
with no resolution at this time (2024-01-15) and a
release milestone of (currently unscheduled) Go 1.23,
(whereas Go Release 1.22
is currently expected in February 2024).
Chanchal Zap
map[alpha:2 charlie:3]
Madkins Flash
map[alpha:2 charlie:3]
Madkins Repl Attr
map[alpha:2 charlie:3]
Madkins Sloggy
map[alpha:2 charlie:3]
Phsym Zerolog
map[alpha:2 charlie:3]
Phuslu Slog
map[alpha:2 charlie:3]
Slog JSON
map[alpha:2 charlie:3]
Svcrunner Jsonlog
map[alpha:2 charlie:3]
Administrative
SkipDedup
Test depends on dedup order
Some dedup tests return results that can't easily be tested.
Veqryn Dedup Append
Skipping test
Veqryn Dedup Ignore
Skipping test
Veqryn Dedup Increment
Skipping test
SkippingTest
Skipping test
A test has been skipped, likely due to the specification of some other warning.