-
-
Notifications
You must be signed in to change notification settings - Fork 5
CLI‑log level
rhoopr edited this page May 26, 2026
·
8 revisions
Set log output verbosity for one invocation.
kei sync --log-level warn
kei status --log-level debug- Default:
info - Type: enum
- Values:
error,warn,info,debug - Env var:
KEI_LOG_LEVEL - TOML key: top-level
log_level
| Level | Output |
|---|---|
error |
Failures only |
warn |
Failures and retry warnings |
info |
Downloads, summaries, auth events, and retries |
debug |
Extra diagnostic detail |
-v / --verbose is an alias for --log-level info and restores the full target+timestamp tracing format.
RUST_LOG also controls tracing filters when set. Explicit log settings disable friendly output.