Skip to content

CLI‑log level

rhoopr edited this page May 26, 2026 · 8 revisions

--log-level

Set log output verbosity for one invocation.

Usage

kei sync --log-level warn
kei status --log-level debug

Details

  • 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.

Related

Commands

Getting Started

Features

Clone this wiki locally