arya2004 / arya2004/gobanter

Use structured logging (zerolog or slog) instead of basic log

Open
#7 1 comment 0 reactions 1 assignee Claimed by @Suthar345Piyush View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.