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
207207
208208While calls to ` error! ` , ` warn! ` and ` info! ` are included in every build of the compiler,
209209calls 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
211211turned off by default), so if you don' t see `DEBUG` logs, especially
212212if 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
214214config.toml.
215215
216216In some cases, just setting it will not trigger a rebuild,
You can’t perform that action at this time.
0 commit comments