To disable logging in the RovoDev CLI, you need to set the DISABLE_TELEMETRY environment variable
Linux / mac OS
export DISABLE_TELEMETRY=true
acli rovodev run
Windows
set DISABLE_TELEMETRY=true
acli rovodev run
@base There’s currently no supported way to fully disable logging in Rovo Dev CLI. The CLI exposes a log path, but not a toggle to turn logging off. As a workaround, you can redirect or manage logs at the system level (e.g., permissions, cleanup scripts), but native log disablement isn’t available yet.
@VB's answer is partially incorrect. Setting DISABLE_TELEMETRY=true only disables telemetry/usage data being sent, not local CLI logging. Rovo Dev will still write logs to the configured path. Also, that environment variable is session-based unless you persist it in your shell/profile (e.g., .bashrc, system env vars). So, helpful for privacy, but it won’t stop logging altogether.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.