how to permanently disable rovodev cli logging
WTF, I even disabled telemetry and it keeps pulling up those logs. It's super annoying.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @jules1
This question was discussed here - https://community.atlassian.com/forums/Rovo-questions/How-to-disable-logging-in-Rovo-Dev-CLI/qaq-p/3195564
Also i can find this in official atlassian documentation - https://support.atlassian.com/rovo/docs/manage-rovo-dev-cli-settings/
For Linux or macOS:
export DISABLE_TELEMETRY=true
acli rovodev run
For Windows:
set DISABLE_TELEMETRY=true
acli rovodev run
To make it permanent, add the export line to your shell profile like ~/.bashrc or ~/.zshrc on Mac/Linux, or set it as a system environment variable on Windows.
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.