Skip to content

Commit 2c7d593

Browse files
committed
docs: add note about NO_COLOR env var
1 parent a500d69 commit 2c7d593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/caesar/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ More information in our [installation guide](../getting-started/installation.mdx
1919
**Print tracing messages:**
2020
Caesar uses the [`tracing` library](https://github.com/tokio-rs/tracing) to print (debugging) information during its operation.
2121
Set the `RUST_LOG` environment variable to specify a filter, e.g. `export RUST_LOG="caesar=debug"` or `export RUST_LOG="caesar::smt=trace"`.
22+
You can disable ANSI colors in the output with [`export NO_COLOR=1`](https://no-color.org/).
2223

2324
## Subcommand `caesar verify`
2425

0 commit comments

Comments
 (0)