lazyjournal(1)
| LAZYJOURNAL(1) | User Commands | LAZYJOURNAL(1) |
NAME
lazyjournal - Terminal user interface for journalctl, file, docker, podman logs
DESCRIPTION
lazyjournal - A TUI for viewing logs from journald, auditd, file system, Docker and Podman containers, Compose stacks and Kubernetes pods with supports log highlighting and several filtering modes.
If you have problems with the application, please open issue: https://github.com/Lifailon/lazyjournal/issues
- Flags:
- --help, -h
- Show help
- --version, -v
- Show version
- --config, -g
- Show configuration of hotkeys and settings (check values)
- --audit, -a
- Show audit information
- --logging, -l
- Enable logging of executed commands for debugging
- --tail-mode-disable, -d
- Disable streaming of new events (log is loaded once without update)
- --tail-lines, -t
- Change the number of log lines to output (range: 200-200000, default: 10K)
- --update-interval, -u
- Change the update interval of the log output (range: 2-10, default: 5)
- --min-symbols-filter, -F
- Minimum number of symbols for filtering output (range: 1-10, default: 3)
- --timezone-filter, -T
- UTC offset when filtering by date (default: +00:00)
- --mouse-disable, -m
- Disable mouse control support
- --wrap-disable, -w
- Disable wrap mode in log content
- --color-mode, -C
- Highlighting mode for logs (available values: default, tailspin, bat or disable)
- --unit-types, -U
- Filter the list of user and system units by type, e.g. "service,timer,scope,socket,mount" (default: service)
- --journal-field, -j
- Filter the list of system journals by field, e.g. _UID/_PID/_COMM/_EXE/_CMDLINE (default: SYSLOG_IDENTIFIER)
- --journal-priority, -J
- Filter the log output by priority (available values: debug, info, notice, warning, err, crit, alert, emerg)
- --journal-boot, -b
- Filter the log output by system boot period, e.g. 0 current or -1 previous (default: all)
- --custom-path, -p
- Custom the path in the file system to search for logs ("/opt" in Linux and "$HOME/Documents" in Windows by default)
- --docker-stream-only, -o
- Force reading of Docker container logs in stream mode (by default from the file system)
- --docker-context, -D
- Use the specified Docker context (default: default)
- --podman-context, -P
- Use the specified Podman context (not used by default)
- --kubernetes-context, -K
- Use the specified Kubernetes context (default: default)
--kubernetes-namespace, -n Use the specified Kubernetes namespace (default: all)
- --command-color, -c
- ANSI coloring in command line mode
- --command-fuzzy, -f
- Filtering using fuzzy search in command line mode
- --command-regex, -r
- Filtering using regular expression (regexp) in command line mode
- --ssh, -s
- Connect to a remote host using standard ssh options (e.g. lazyjournal --ssh "root@192.168.3.100 -p 22")
| August 2026 | lazyjournal 0.8.6 |
