We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a87736 commit 477309bCopy full SHA for 477309b
src/tracing.md
@@ -144,6 +144,10 @@ $ RUSTC_LOG=debug rustc +stage1 my-file.rs 2>all-log
144
# compilers.
145
$ RUSTC_LOG=rustc_codegen_ssa=info rustc +stage1 my-file.rs
146
147
+# This will show the all tracing calls under `rustc_codegen_ssa` and
148
+# `rustc_resolve`.
149
+$ RUSTC_LOG=rustc_codegen_ssa,rustc_resolve rustc +stage1 my-file.rs
150
+
151
# This will show the output of all `info!` calls made by rustdoc
152
# or any rustc library it calls.
153
$ RUSTDOC_LOG=info rustdoc +stage1 my-file.rs
0 commit comments