Smart Log Viewer streams structured JSON logs from local files into a fast browser UI. Built for developers debugging modern Node.js services using Pino, Winston, or other structured loggers. Features: • Real-time streaming via WebSockets • Tag and color-code multiple log sources • Filter logs by level or text • Hover to view full values and expand JSON • No heavy observability stack required Just run: npm install -g smart-log-viewer smart-log-viewer
No reviews yetBe the first to leave a review for Smart Log Viewer
Maker
📌
Developers often rely on tail -f when debugging logs locally.
But modern services produce structured JSON logs from tools like Pino or Winston.
Reading those logs in the terminal quickly becomes painful.
Smart Log Viewer provides a lightweight local UI for streaming structured logs without requiring a full observability stack like ELK or Grafana.