From 561797f2f754c3d9ec8a35142511367a2031289f Mon Sep 17 00:00:00 2001 From: Sidney Cammeresi Date: Sun, 21 Sep 2025 09:30:18 -0700 Subject: [PATCH] Correct a misspelling of RUSTC_LOG --- src/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tracing.md b/src/tracing.md index 5e5b81fc6..a7cdab73e 100644 --- a/src/tracing.md +++ b/src/tracing.md @@ -109,7 +109,7 @@ Miri, use `MIRI_LOG` instead. You get the idea :) See the [`tracing`] crate's docs, and specifically the docs for [`debug!`] to see the full syntax you can use. (Note: unlike the compiler, the [`tracing`] -crate and its examples use the `RUST_LOG` environment variable. rustc, rustdoc, +crate and its examples use the `RUSTC_LOG` environment variable. rustc, rustdoc, and other tools set custom environment variables.) **Note that unless you use a very strict filter, the logger will emit a lot of