Go Logging

Use when choosing a Go logger, configuring slog, writing structured log statements, picking log levels, or attaching request-scoped fields. Apply proactively whenever code calls log/fmt to emit operational information, migrates off log/logrus/zap/zerolog, or sets up production logging. Covers structured logging only — metrics, traces, profiling, and RUM belong to a separate observability skill.

muratmirgun 99b85f0 5 files · 21.8 KB Updated

File contents

muratmirgun/gophers/tree/main/skills/go-logging commit 99b85f09ee

Frequently asked questions

npx skillmds@latest add muratmirgun/go-logging