We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9c6a4 commit 932c4efCopy full SHA for 932c4ef
1 file changed
src/tracing.md
@@ -183,7 +183,7 @@ rustc.
183
184
While calls to `error!`, `warn!` and `info!` are included in every build of the compiler,
185
calls to `debug!` and `trace!` are only included in the program if
186
-`debug-logging=true` is turned on in bootstrap.toml (it is
+`rust.debug-logging=true` is turned on in bootstrap.toml (it is
187
turned off by default), so if you don't see `DEBUG` logs, especially
188
if you run the compiler with `RUSTC_LOG=rustc rustc some.rs` and only see
189
`INFO` logs, make sure that `debug-logging=true` is turned on in your
0 commit comments