logging-best-practices

Installation
SKILL.md

Logging Best Practices

Implement secure, structured logging with proper levels and context.

Log Levels

Level Use For Production
DEBUG Detailed debugging Off
INFO Normal operations On
WARN Potential issues On
ERROR Errors with recovery On
FATAL Critical failures On

Structured Logging (Winston)

const winston = require('winston');
Related skills

More from secondsky/claude-skills

Installs
174
GitHub Stars
143
First Seen
Jan 25, 2026