Dash-Industry-Forum / livesim2

DASH Live Source Simulator v2 in Go
Other
36 stars 6 forks source link

Switch to slog logging #115

Closed tobbee closed 11 months ago

tobbee commented 11 months ago

slog is the new standard-library structured logging package from go 1.21. Switch to it to make integration of logging with other packages simpler.