Press : in normal mode to open command mode. Tab completes commands, flags, colors, themes, and file paths. Command history is navigable with Up / Down.
Add a field-scoped include filter (e.g. level=error)
:exclude [--regex|-r] <pattern>
Add an exclude filter (hide matching lines)
:exclude --field <key>=<value>
Add a field-scoped exclude filter (e.g. level=debug)
:date-filter <expr>
Add a date/time range filter
:set-color [--fg COLOR] [--bg COLOR]
Set highlight color for the selected filter
:save-filters <file>
Save current filters to a JSON file
:load-filters <file>
Load filters from a JSON file
Flag ordering: All options (--regex, --fg, --bg, -l, --field) must appear before the pattern. Everything after the first pattern word is treated as part of the pattern text.
Toggle line wrap on/off (persisted across sessions)
:line-numbers
Toggle the line number gutter on/off (persisted across sessions)
:tail
Toggle tail mode (auto-scroll on new content)
:raw
Toggle raw mode — bypass the format parser and show unformatted log lines; title shows [RAW] when active
:level-colors
Open the level colors dialog — toggle coloring per level (TRACE, DEBUG, INFO, NOTICE, WARNING, ERROR, FATAL); INFO/TRACE/DEBUG/NOTICE are off by default
:value-colors
Open the value colors dialog — toggle coloring for HTTP methods, status codes, IPs, UUIDs, and process/logger names
:set-theme <name>
Switch the color theme (persisted across sessions)
:sidebar-position left|right
Move the filter sidebar to the left or right of the log panel (persisted across sessions)
These commands control how the current tab handles incoming data from a file watcher or stream (stdin, Docker).
Command
Description
:stop
Permanently stop all incoming data for the current tab — drops the file watcher and/or stream
:pause
Freeze the view; the background watcher/stream keeps running. Title shows [PAUSED]
:resume
Resume applying incoming data; the latest snapshot is applied immediately
Note::pause / :resume are non-destructive — no data is lost while paused. :stop is permanent; to resume watching a file after stopping, reopen it with :open.