Added custom logging support using zerolog

This commit is contained in:
2025-02-09 17:16:48 +11:00
parent 68754991c8
commit b2ed646ffd
9 changed files with 222 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ dev:
test:
go mod tidy && \
go run . --port 3232 --test
go run . --port 3232 --test --loglevel trace
clean:
go clean