For every JetBrains IDE · VS Code

Open multi-gigabyte logs instantly.

LogLens is a fast large-file log viewer that lives in your editor — indexed scrolling, live tail, level highlighting, and text/regex filtering. No "file too large." No frozen IDE. No falling back to the terminal.

Your editor gives up right when you need it

That 4 GB request dump. The gigabyte of stack traces from last night's incident. You double-click it and the IDE spins, warns "file too large," or just hangs — so you drop into a terminal, grep blind, and lose all the context your editor was supposed to give you. LogLens opens it — all of it — in a second.

Built for logs that are actually big

⚡ Huge files, instantly

A streaming index means the file is never loaded whole. 10 GB opens as fast as 10 MB, with smooth scrolling through millions of lines.

📡 Live tail

Follow a log as it grows, with auto-scroll — tail -f, without leaving your IDE.

🔍 Filter without losing your place

Filter by log level or by text/regex and jump straight to the lines that matter — your position is never lost.

🎨 Level highlighting

Errors, warnings, and traces are color-coded out of the box, so problems jump off the screen.

🧩 ANSI-aware

Colored console output renders correctly instead of showing up as escape-code garbage.

📚 Stack traces intact

Multi-line stack traces stay grouped and readable — no scrolling through fragmented noise.

Why it's fast

Most viewers load the entire file into memory — which is why they choke. LogLens does the opposite: it streams the file once to index where every line begins, then renders only the handful of lines actually on your screen. Memory stays flat whether the file is 10 MB or 10 GB, and scrolling stays instant because there's never more than a screenful in play.

Your logs never leave your machine

LogLens processes everything locally. Your log contents are never uploaded, collected, or seen by Veryation. What's in your logs stays on your computer.

Works everywhere you do

One plugin, every JetBrains IDE: IntelliJ IDEA, PyCharm, WebStorm, GoLand, Rider, CLion, PhpStorm, RubyMine, DataGrip, Android Studio — and more. Also available for Visual Studio Code.

Start free. Upgrade when you need more.

Free

  • Large-file viewer with indexed, virtualized scrolling
  • Live tail
  • Level highlighting & ANSI rendering
  • Text & level filtering
  • Every JetBrains IDE + VS Code

Pro — coming soon

  • Multi-file merge & correlation
  • Saved filter sets
  • Power regex / multi-level filters
  • JSON-line pretty view
  • Prioritized support requests
  • Help shape the roadmap

More than a log file

LogLens is growing into the telemetry surface for your editor. Already in the VS Code build, with more on the way:

Live Kubernetes log tailing

Stream and merge logs from multiple pods, right in your editor.

OpenTelemetry trace viewer

A local OTLP receiver and a span waterfall.

Webhook inspector

Capture, inspect, and replay inbound webhooks.

FAQ

How big a file can it open?

Multi-gigabyte, comfortably. The index and windowed reads are designed to scale well beyond typical log sizes.

Does it load the whole file into memory?

No. It indexes line offsets in a single streaming pass and only ever holds the visible window in memory.

Which IDEs are supported?

Every JetBrains IDE (it depends only on the platform, not any language), plus Visual Studio Code.

Is it really free?

Yes — the core viewer, tail, level colors, and filtering are free. A Pro tier with power features is coming.

Do my logs get sent anywhere?

No. All processing happens locally on your machine. Your log contents never leave your computer.

Is it open source?

LogLens is a commercial product; the source isn't public. See the EULA.

Ready to open that log?