diff --git a/docs/source/configuring.md b/docs/source/configuring.md index 60e68c4144..e76c369921 100644 --- a/docs/source/configuring.md +++ b/docs/source/configuring.md @@ -64,7 +64,7 @@ Rover supports the following levels of logging, in descending order of severity: * `debug` * `trace` -By default, Rover only logs `error`, `warn`, and `info` messages. You can configure this behavior for a command by setting its minimum log level with the `--log` flag: +By default, Rover logs `error`, `warn`, and `info` messages. You can configure this behavior for a command by setting its minimum log level with the `--log` flag: ``` rover graph check my-graph@prod --schema ./schema.graphql --log debug @@ -92,6 +92,7 @@ If present, an environment variable's value takes precedence over all other meth | Name | Value | |-----------------------------|----------------| +| `APOLLO_HOME` | The path to the parent directory of Rover's binary. The default value is `$HOME/.rover` You can use this to override Rover's install location. | | `APOLLO_CONFIG_HOME` | The path where Rover's configuration is stored. The default value is your operating system's default configuration directory. | | `APOLLO_KEY` | The API key that Rover should use to authenticate with Apollo Studio. | | `APOLLO_TELEMETRY_DISABLED` | Set to `1` if you don't want Rover to collect anonymous usage data. |