We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a500d69 commit 2c7d593Copy full SHA for 2c7d593
website/docs/caesar/README.md
@@ -19,6 +19,7 @@ More information in our [installation guide](../getting-started/installation.mdx
19
**Print tracing messages:**
20
Caesar uses the [`tracing` library](https://github.com/tokio-rs/tracing) to print (debugging) information during its operation.
21
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/).
23
24
## Subcommand `caesar verify`
25
0 commit comments