Skip to content

Commit b64dae5

Browse files
authored
Merge pull request #2594 from cammeresi/spelling-20250921
Correct a misspelling of RUSTC_LOG
2 parents 18a068e + 561797f commit b64dae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Miri, use `MIRI_LOG` instead. You get the idea :)
109109

110110
See the [`tracing`] crate's docs, and specifically the docs for [`debug!`] to
111111
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,
112+
crate and its examples use the `RUSTC_LOG` environment variable. rustc, rustdoc,
113113
and other tools set custom environment variables.)
114114

115115
**Note that unless you use a very strict filter, the logger will emit a lot of

0 commit comments

Comments
 (0)