Use structured logging (zerolog or slog) instead of basic log
Open
go
good first issue
hacktoberfest
websocket
- Dominant language
- Go
- Stars
- 6
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
### 📘 Use Structured Logging (zerolog or slog)
Replace basic `log.Println()` with:
* `slog` (Go 1.21+ built-in)
* or `rs/zerolog`
This allows:
* Better log filtering
* JSON format for monitoring
Contributor guide
Assessment
This issue has not been assessed yet.