Open v0lkan opened 1 year ago
Zap, as a structured logger, is a great candidate for example: https://github.com/uber-go/zap
A structured log will make things more portable too.
Looks like go as of recent versions have native structured log support.
We can use it instead of introducing another library.
ref: https://go.dev/blog/slog
Zap, as a structured logger, is a great candidate for example: https://github.com/uber-go/zap
A structured log will make things more portable too.