Logging

Emit logs that are structured, contextual, and let you debug from them without rerunning the code. Every log carries trace-id, user-id (if authed), and operation name. Errors are logged with the full cause chain from the `errors` skill. Level discipline (DEBUG dev-only, INFO business events, WARN recoverable, ERROR needs-attention). Never log secrets, PII, tokens, cookies. Use when adding a log line, setting up a logger, reviewing a service for observability, or debugging a "why isn't there a log for this" gap.

muzalee 589950c 8.9 KB Updated

File contents

muzalee/claude-atelier/tree/main/plugins/atelier/skills/logging commit 589950c9fd

Frequently asked questions

npx skillmds@latest add muzalee/logging