Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit d7522ee

Browse files
committed
Fixed debug logging for our purposes.
1 parent 2b27295 commit d7522ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/rust_semverver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn show_version() {
2929
///
3030
/// Find the sysroot before passing our args to the custom compiler driver we register.
3131
fn main() {
32-
rustc_driver::init_rustc_env_logger();
32+
env_logger::init_from_env("RUSTC_LOG");
3333

3434
debug!("running rust-semverver compiler driver");
3535
exit(

0 commit comments

Comments
 (0)