<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anmol Jain</title>
    <description>The latest articles on DEV Community by Anmol Jain (@ajain).</description>
    <link>https://dev.to/ajain</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3899186%2F25a698fe-11d4-4bf2-83f2-cdc758874078.jpg</url>
      <title>DEV Community: Anmol Jain</title>
      <link>https://dev.to/ajain</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ajain"/>
    <language>en</language>
    <item>
      <title>Free tool to analyze NestJS logs (errors, latency, RPM)</title>
      <dc:creator>Anmol Jain</dc:creator>
      <pubDate>Fri, 01 May 2026 19:58:22 +0000</pubDate>
      <link>https://dev.to/ajain/free-tool-to-analyze-nestjs-logs-errors-latency-rpm-5b66</link>
      <guid>https://dev.to/ajain/free-tool-to-analyze-nestjs-logs-errors-latency-rpm-5b66</guid>
      <description>&lt;p&gt;Debugging production NestJS logs is painful.&lt;/p&gt;

&lt;p&gt;You end up scrolling through thousands of lines trying to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;identify errors
&lt;/li&gt;
&lt;li&gt;find slow APIs
&lt;/li&gt;
&lt;li&gt;understand what failed and where
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built a simple tool to fix this.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Paste or upload NestJS logs (default logger, Pino, or Winston). It:&lt;/p&gt;

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

&lt;h2&gt;
  
  
  Example output
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fifyzyf8lyf9zsgf6prjh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fifyzyf8lyf9zsgf6prjh.png" alt="Latency distribution across endpoints with p95 and p99 metrics highlighting slow APIs" width="800" height="502"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkotzz61yuc30eu2dmrpz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkotzz61yuc30eu2dmrpz.png" alt="Timeline showing errors, HTTP failures, and high latency events along with slow route summary" width="800" height="520"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb8folq8vrzgjh9of0i80.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb8folq8vrzgjh9of0i80.png" alt="Aggregated error table with file names, line numbers, and HTTP status code distribution" width="800" height="483"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://micro-tools.co/tools/dev/log-analyzer" rel="noopener noreferrer"&gt;https://micro-tools.co/tools/dev/log-analyzer&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;No signup. No ads. Just paste logs and get insights.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;Would this be useful in your workflow?&lt;/p&gt;

</description>
      <category>nestjs</category>
      <category>node</category>
      <category>logging</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
