thunderdome-planning-poker icon indicating copy to clipboard operation
thunderdome-planning-poker copied to clipboard

[Feature Request]: Switch from zap to slog logger

Open StevenWeathers opened this issue 10 months ago • 0 comments

Description

Now that Go has a standard library structured logger it would be great to switch to slog to reduce another external dependency and remove the need for passing log through all the components.

Describe the solution you'd like

Switching to slog from zap should include removing the passing logger around, as well as keeping open telemetry support which could utilize https://github.com/remychantenay/slog-otel in place of the existing zap open telemetry extension.

Describe alternatives you've considered

No response

StevenWeathers avatar Mar 28 '24 22:03 StevenWeathers