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.
2 parents 2edd1c8 + 9cb4c0a commit 4053e23Copy full SHA for 4053e23
color-eyre/README.md
@@ -57,8 +57,7 @@ color-eyre = { version = "0.6", default-features = false }
57
color-eyre defaults to capturing span traces. This is because `SpanTrace`
58
capture is significantly cheaper than `Backtrace` capture. However, like
59
backtraces, span traces are most useful for debugging applications, and it's
60
-not uncommon to want to disable span trace capture by default to keep noise out
61
-developer.
+not uncommon to want to disable span trace capture by default to keep noise out.
62
63
To disable span trace capture you must explicitly set one of the env variables
64
that regulate `SpanTrace` capture to `"0"`:
0 commit comments