connecting, connected, or error.
Use this for quick, in-browser triage. For long-term retention, ship logs to your own store — see Keep logs longer.
Pick a process
A node can run more than one process. Several chains run more than one — Ethereum (execution + consensus), Igra (kaspad + execution), and Monad. Bitcoin and Tron run a single process. When a node has more than one process, a Source selector appears in the panel header (its entries readSource: <role>). Pick the process you want to read:
- Ethereum —
elfor the execution-layer client (Geth),clfor the consensus-layer client (Lighthouse). - Igra —
el(igra-reth) andkaspad. - Monad —
execution,consensus, andrpc. - Single-process chains (Bitcoin, BSC, Tron) — one source. The selector is hidden because there’s nothing to switch between.
Filter and search
Three controls in the header narrow what you see:- Level —
All levels(default),Debug,Info,Warn, orError. Each client writes its own level words; the platform normalizes them so Geth’sWARN, Lighthouse’sWARN, and Bitcoin’swarningall match theWarnfilter. - History — how many recent lines to load:
Last 100,Last 200(default),Last 500, orLast 1000lines. A larger value gives more context up front. Use the default for routine checks; raise it for incident triage. - Search logs — a free-text box that filters the loaded lines to those containing your term (timestamp, level, source, and message are all searched).
Follow, wrap, and read
- Follow (on by default) auto-scrolls to the newest line as the panel refreshes. Scroll up and it turns off so the view stays put; a Jump to latest button appears to re-pin and turn it back on.
- Wrap (on by default) wraps long lines instead of scrolling them horizontally. Turn it off to read wide, structured output without rewrapping.
Copy and download
- Copy logs puts the currently visible lines on your clipboard.
- Download saves them to a
.txtfile named after the node and process.
Retention
In-UI logs cover roughly the last 24 hours of activity and are meant for live troubleshooting, not archival. To keep logs longer, forward them from your own infrastructure.Keep logs longer
The Connect logger button (header) opens the External loggers dialog, which generates a Grafana Alloy configuration that ships this node’s logs to your Loki or any Loki-compatible collector. The snippet is pre-filled with this node’s identifiers (node id, chain, network) and tailored to the node’s backend. To stand up the collector that the snippet feeds, follow the recipe for your backend — provision on bare metal or provision on Kubernetes.Related
- Node monitoring — sync progress, peers, and per-process metrics.
- Events feed — lifecycle transitions and errors as structured events.