Skip to content

Commit 932c4ef

Browse files
authored
Refer to debug-logging bootstrap config by its full path.
1 parent 3d9c6a4 commit 932c4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ rustc.
183183

184184
While calls to `error!`, `warn!` and `info!` are included in every build of the compiler,
185185
calls to `debug!` and `trace!` are only included in the program if
186-
`debug-logging=true` is turned on in bootstrap.toml (it is
186+
`rust.debug-logging=true` is turned on in bootstrap.toml (it is
187187
turned off by default), so if you don't see `DEBUG` logs, especially
188188
if you run the compiler with `RUSTC_LOG=rustc rustc some.rs` and only see
189189
`INFO` logs, make sure that `debug-logging=true` is turned on in your

0 commit comments

Comments
 (0)