What problem does it solve?
This Skill helps developers and operations teams quickly analyze structured application logs to identify errors, slow requests, and behavior patterns, facilitating efficient debugging.
Core Features & Use Cases
- Error Investigation: Find and interpret errors from log files to determine root causes.
- Performance Monitoring: Detect slow requests and analyze request durations to optimize system performance.
- Usage Patterns: Review request patterns, error frequencies, and client versus server issues to improve system reliability.
- Real-World Example: A developer receives user complaints about slow page loads; by analyzing logs with this Skill, they identify problematic endpoints and correlated errors.
- Technical Scope: Reads structured NDJSON or pretty-printed JSON logs from evlog's
.logs/ directory, parsing key fields like timestamps, levels, paths, statuses, and error details, enabling comprehensive log analysis.
Quick Start
Read the latest log files from .evlog/logs/ directory to locate errors, slow requests, and high-error endpoints, then interpret the insights for troubleshooting.