DEV Community

Anmol Jain
Anmol Jain

Posted on

Free tool to analyze NestJS logs (errors, latency, RPM)

Debugging production NestJS logs is painful.

You end up scrolling through thousands of lines trying to:

  • identify errors
  • find slow APIs
  • understand what failed and where

So I built a simple tool to fix this.

What it does

Paste or upload NestJS logs (default logger, Pino, or Winston). It:

  • Extracts errors with file names and line numbers
  • Highlights slow routes (p95/p99 latency)
  • Calculates request rate (RPM) and error %
  • Aggregates errors with counts and timestamps
  • Generates a shareable link (7 days)

Example output

Latency distribution across endpoints with p95 and p99 metrics highlighting slow APIs

Timeline showing errors, HTTP failures, and high latency events along with slow route summary

Aggregated error table with file names, line numbers, and HTTP status code distribution

Try it

https://micro-tools.co/tools/dev/log-analyzer

No signup. No ads. Just paste logs and get insights.

Feedback

Would this be useful in your workflow?

Top comments (0)