We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
trace!
debug!
1 parent 7d63e11 commit 9697841Copy full SHA for 9697841
src/librustc_driver/Cargo.toml
@@ -12,7 +12,7 @@ crate-type = ["dylib"]
12
[dependencies]
13
lazy_static = "1.0"
14
libc = "0.2"
15
-log = { package = "tracing", version = "0.1.19" }
+log = { package = "tracing", version = "0.1.19", features = ["release_max_level_debug"] }
16
tracing-subscriber = { version = "0.2.11", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
17
rustc_middle = { path = "../librustc_middle" }
18
rustc_ast_pretty = { path = "../librustc_ast_pretty" }
0 commit comments