File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,10 +207,10 @@ $ RUSTDOC_LOG=rustdoc rustdoc +local my-file.rs
207
207
208
208
While calls to ` error! ` , ` warn! ` and ` info! ` are included in every build of the compiler,
209
209
calls to ` debug! ` and ` trace! ` are only included in the program if
210
- ` debug-assertions=yes ` is turned on in config.toml (it is
210
+ ` debug-logging=true ` is turned on in config.toml (it is
211
211
turned off by default), so if you don' t see `DEBUG` logs, especially
212
212
if you run the compiler with `RUSTC_LOG=rustc rustc some.rs` and only see
213
- `INFO` logs, make sure that `debug-assertions=yes ` is turned on in your
213
+ `INFO` logs, make sure that `debug-logging=true ` is turned on in your
214
214
config.toml.
215
215
216
216
In some cases, just setting it will not trigger a rebuild,
You can’t perform that action at this time.
0 commit comments