StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool

Home Page:https://thunderdome.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Switch from zap to slog logger

StevenWeathers opened this issue · 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