Log Viewer
No file loaded
Verbosity Category
From To

Drop an NDJSON log file here

or click "Open file" above · .ndjson · .jsonl · .log

Could not load log file

No valid JSON lines were found.

No entries match the current filters

Try widening the time range, changing the verbosity level, or clearing the search.
Time Verbosity Category Message

Sitara Log Viewer — Help

Verbosity vs. Level

Each entry carries two severity fields:

verbosity — Unreal Engine's internal hierarchy:

ValueMeaning
Error / FatalSomething went wrong and may have caused incorrect behaviour.
WarningUnexpected but non-fatal — worth investigating.
DisplayNotable runtime events shown on-screen in-editor.
LogStandard lifecycle events (init, deinit, config loaded).
VerboseHigh-frequency per-frame/tick debug output. Usually very noisy.

level (INFO / WARNING) is the standard syslog-style field. The viewer filters on verbosity since it carries the richer signal.

Collapse repeats

Consecutive messages from the same category whose text shares the same structural prefix are collapsed into a single row. Click to expand; click ▲ to re-collapse.

Navigation shortcuts

N — next Warning/Error  ·  Shift+N — previous  ·  Escape — close this panel

Export

NDJSON — filtered rows, all fields preserved.
CSV — timestamp, verbosity, category, message.