structured-logging - Implement JSON Structured Logging
Implement JSON-based structured logging for observability with log levels and context
Tags
Updated: 2026-06-15Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create JSON logger
- configure log levels
- add log context
- redact sensitive data
- integrate log aggregation
Inputs
- log level configuration
- service name
- environment name
- log aggregation endpoint
Outputs
- JSON log entries
- structured error logs
- performance metrics logs
Requirements
- Node.js runtime
- Pino or Winston library
- file system access
