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 18a068e + 561797f commit b64dae5Copy full SHA for b64dae5
src/tracing.md
@@ -109,7 +109,7 @@ Miri, use `MIRI_LOG` instead. You get the idea :)
109
110
See the [`tracing`] crate's docs, and specifically the docs for [`debug!`] to
111
see the full syntax you can use. (Note: unlike the compiler, the [`tracing`]
112
-crate and its examples use the `RUST_LOG` environment variable. rustc, rustdoc,
+crate and its examples use the `RUSTC_LOG` environment variable. rustc, rustdoc,
113
and other tools set custom environment variables.)
114
115
**Note that unless you use a very strict filter, the logger will emit a lot of
0 commit comments