Examples · console
Logs & Console
LogViewer component plus example surfaces: a live, filterable log stream and a keyboard-first interactive shell.
Log viewer
Level-coded logs with optional search, line numbers and follow-tail. Pass an array of { text, level, timestamp, source }.
● Live5 lines
114:32:01INFStarted tollerud-agent.service
214:32:02INFListening on 0.0.0.0:8080 (4 workers)
314:32:04WRNupstream response time 1.84s exceeds 1.5s budget
414:32:05ERRconnect() failed (111: Connection refused) upstream emma:443
514:32:10INFGET /api/v1/hosts 200 in 23ms
Live log stream
Streaming output with per-level filtering, search, follow-tail, line numbers and one-click export. Toggle a level chip to mute it; flip Follow to pause auto-scroll.
Interactive shell
A working REPL — type a command and hit Enter. Try help, ps, status, uptime, or ssh iris. ↑/↓ walk command history; Ctrl+L clears.