This gets you structured logging set up properly with Winston for Node.js or Python's standard logging library, plus the full ELK stack integration if you need centralized log aggregation. It covers the basics like log levels, JSON formatting, request ID tracing, and context enrichment, along with practical patterns for Express and Flask. The reference guides walk through Logstash configuration and Elasticsearch setup, which saves you from piecing together documentation from three different sources. Most useful when you're moving past console.log debugging or need to meet compliance requirements that demand audit trails. The best practices section is solid on what not to log, like avoiding secrets and preventing unbounded log file growth.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill application-logging