Error handling and logging
A log line is forever and often less protected than your database. Never write a password, token, or full PII into it — redact at the boundary.
What this skill helps you build
Logs that let you debug an incident at 3am — structured, correlated by request id, reporting exceptions — without ever leaking a secret or a customer's data.
The production takeaway
A log line is forever and often less protected than your database. Never write a password, token, or full PII into it — redact at the boundary.
Inside this skill
The full skill expands these implementation areas with decisions, edge cases, prompts, tests, and framework-specific code.
Unlock the full implementation
Paid access includes the complete skill body, implementation prompt, common mistakes, production checklist, and code examples where this skill includes them.