I'm on slog
I want OTel correlation without a perf cliff.
Stdlib log/slog has no first-class
trace/span injection and the JSON handler allocates per
attribute. bolt.NewSlogHandler is a
drop-in replacement that auto-attaches trace context
and keeps the encoder zero-alloc.