Log File Anomaly Viewer
Paste a chunk of logs. JSON lines get formatted. ERROR and WARN light up. Stack traces collapse. A filter box hides the noise — all in this tab.
Log anomaly & error highlighter
Pretty-print JSON lines, highlight ERROR/WARN, filter, collapse stack traces. Nothing is uploaded.
First 3,000 lines. Heuristic levels and stack folding — not a log shipper. Scrub PII before you share: log anonymizer.
Why a text editor is the slow path
A 4,000-line pod dump in VS Code is searchable. It is not scannable. JSON lines stay minified. A Java stack is 80 frames of beige. The one WARN before the timeout is the line you needed, and it is the same color as everything else.
This viewer is for that paste, not for a production observability stack. It guesses level from JSON fields (level, severity, lvl) or from the text (ERROR, WARN, INFO, DEBUG, FATAL). Stack frames (at com.foo, File ", Traceback, .go:12) attach to the previous event so you can fold them.
Cap is a few thousand lines on purpose. If you need gigabytes, that is jq and a file, not a DOM.
Before you share the paste, run it through the Log Anonymizer. Pretty JSON only is the JSON Formatter.
