StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool
https://thunderdome.dev
Apache License 2.0
396 stars 103 forks source link

[Feature Request]: Switch from zap to slog logger #542

Open StevenWeathers opened 3 months ago

StevenWeathers commented 3 months ago

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