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 7e61fab 8.4 KB Updated

File contents

muratmirgun/gophers/tree/main/.claude-plugin/skills/go-logging commit 7e61fab7d0

Frequently asked questions

npx skillmds@latest add muratmirgun/go-logging-2