switch log crate to tracing

This commit is contained in:
Dezhi Wu
2021-08-15 20:46:13 +08:00
parent d15f646ff1
commit ba0947dded
48 changed files with 277 additions and 239 deletions

View File

@@ -85,7 +85,7 @@ pub fn load_workspace(
version: 0,
});
log::debug!("crate graph: {:?}", crate_graph);
tracing::debug!("crate graph: {:?}", crate_graph);
let host =
load_crate_graph(crate_graph, project_folders.source_root_config, &mut vfs, &receiver);