Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable logging in Rovo Dev CLI?

base
February 21, 2026

I want to disable logging in RovoDev CLI, but there is no setting for this, there is only a path

1 answer

1 accepted

0 votes
Answer accepted
VB
February 21, 2026

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
February 22, 2026

Will this setting be saved forever or for the current session?

Dr Valeri Colon _Connect Centric_
Community Champion
March 26, 2026

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events