Skip to content

Commit

Permalink
docs: add note about NO_COLOR env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed Jan 30, 2025
1 parent a500d69 commit 2c7d593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/caesar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ More information in our [installation guide](../getting-started/installation.mdx
**Print tracing messages:**
Caesar uses the [`tracing` library](https://github.com/tokio-rs/tracing) to print (debugging) information during its operation.
Set the `RUST_LOG` environment variable to specify a filter, e.g. `export RUST_LOG="caesar=debug"` or `export RUST_LOG="caesar::smt=trace"`.
You can disable ANSI colors in the output with [`export NO_COLOR=1`](https://no-color.org/).

## Subcommand `caesar verify`

Expand Down

0 comments on commit 2c7d593

Please sign in to comment.