log icon indicating copy to clipboard operation
log copied to clipboard

A minimal and extensible structured logger

Results 3 log issues
Sort by recently updated
recently updated
newest added

Currently, it is necessary to figure out how each log method will be called in order to specify a count of stack frames to `Caller`. https://github.com/go-kit/log/blob/5739c2646c7293c773ed50d2086e843e3330781c/value.go#L82-L84 This makes functions that...

https://www.thoughtworks.com/radar/techniques/structured-logging in the README is no longer maintained: ![image](https://user-images.githubusercontent.com/70973922/128303240-357d642b-943a-45da-b940-23265d6b6e3f.png) We should either use a web archive link or link to a different article.

documentation
good first issue

The `log/slog` package will be in Go 1.21. Consider adding a Logger that wraps a `slog.Handler`.