Skip to content

Commit

Permalink
Keep all tracing statements even with debug assertions off
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Aug 12, 2020
1 parent b466292 commit 7d63e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["dylib"]
[dependencies]
lazy_static = "1.0"
libc = "0.2"
log = { package = "tracing", version = "0.1.19", features = ["release_max_level_info"] }
log = { package = "tracing", version = "0.1.19" }
tracing-subscriber = { version = "0.2.11", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
rustc_middle = { path = "../librustc_middle" }
rustc_ast_pretty = { path = "../librustc_ast_pretty" }
Expand Down

0 comments on commit 7d63e11

Please sign in to comment.