Go Logging

Use when choosing a logging approach, configuring slog, writing structured log statements, or deciding log levels in Go. Also use when setting up production logging, adding request-scoped context to logs, or migrating from log to slog, even if the user doesn't explicitly mention logging. Does not cover error handling strategy (see go-error-handling).

cxuu Updated

File contents

cxuu/golang-skills/tree/main/skills/go-logging commit 2db7104d43

Frequently asked questions

npx skillmds@latest add cxuu/go-logging