Skip to content

ash logs

View JSONL logs stored in ~/.ash/logs/.

Usage

Terminal window
uv run ash logs [QUERY]... [OPTIONS]

Common Options

OptionDescription
--since, -sTime range like 1h, 30m, 1d, or ISO timestamp
--until, -uEnd time
--level, -lMinimum level (DEBUG, INFO, WARNING, ERROR)
--component, -cFilter by component
--limit, -nMax entries (default 50)
--follow, -fFollow mode
--jsonMachine-readable output

Examples

Terminal window
uv run ash logs
uv run ash logs "schedule"
uv run ash logs --level ERROR
uv run ash logs --since 1h "failed"
uv run ash logs --component events
uv run ash logs -f