Y
Hacker News
new
|
ask
|
show
|
jobs
by
icholy
1036 days ago
I might have misunderstood, but shouldn't the adapter be operating on a `slog.Handler`?
1 comments
mihaitodor
1036 days ago
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.
link