Hacker News new | ask | show | jobs
by mihaitodor 1036 days ago
Benthos just adopted it: https://github.com/benthosdev/benthos/commit/ee0000450413ad3...
1 comments

I might have misunderstood, but shouldn't the adapter be operating on a `slog.Handler`?
slog’s top-level functions use the default logger, so using that made the most sense for now. There are some custom labels being injected (see the `WithFields()` method) but that's about it.