Dash-Industry-Forum / livesim2

DASH Live Source Simulator v2 in Go
Other
34 stars 5 forks source link

feat: change logger from zerolog to slog and add pretty handler #116

Closed tobbee closed 9 months ago

tobbee commented 9 months ago

Update to go 1.21 and use slog instead of zerolog for better integration with other projects in the future.

Add pretty as an option for nicer debugging output.

Solves #115