I want to disable logging in RovoDev CLI, but there is no setting for this, there is only a path
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
Will this setting be saved forever or for the current session?
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.