|
@@ -213,10 +213,10 @@ borgmatic to run.
|
|
|
## Colored output
|
|
|
|
|
|
Borgmatic produces colored terminal output by default. It is disabled when a
|
|
|
-non-interactive terminal is detected (like a cron job). Otherwise, you can
|
|
|
-disable it by passing the `--no-color` flag, setting the environment variable
|
|
|
-`PY_COLORS=False`, or setting the `color` option to `false` in the `output`
|
|
|
-section of configuration.
|
|
|
+non-interactive terminal is detected (like a cron job), or when you use the
|
|
|
+`--json` flag. Otherwise, you can disable it by passing the `--no-color` flag,
|
|
|
+setting the environment variable `PY_COLORS=False`, or setting the `color`
|
|
|
+option to `false` in the `output` section of configuration.
|
|
|
|
|
|
## Troubleshooting
|
|
|
|