Log Analyzer
Read a target log file, isolate important severity lines, group similar messages, and emit a Markdown summary.
Workflow
- Confirm the input log path.
- Run
index.jswith--input <logfile>and optional--out <report.md>. - Review the grouped output for dominant error families.
- Use the report as a triage artifact, not as the only source of truth.
Output
Always include:
- total scanned lines
- WARN / ERROR / CRITICAL counts
- grouped issue buckets
- sample lines
- suggested first checks