Merge pull request #2139 from bytecodealliance/pch/wasi_common_tracing

wasi-common: switch all logs from `log` to `tracing`
This commit is contained in:
Pat Hickey
2020-08-25 15:09:53 -07:00
committed by GitHub
40 changed files with 207 additions and 184 deletions

6
Cargo.lock generated
View File

@@ -2276,8 +2276,8 @@ dependencies = [
"getrandom",
"lazy_static",
"libc",
"log",
"thiserror",
"tracing",
"wig",
"wiggle",
"winapi",
@@ -2613,7 +2613,7 @@ name = "wasmtime-wasi"
version = "0.19.1"
dependencies = [
"anyhow",
"log",
"tracing",
"wasi-common",
"wasmtime",
"wasmtime-runtime",
@@ -2788,7 +2788,7 @@ dependencies = [
"cfg-if",
"filetime",
"libc",
"log",
"tracing",
]
[[package]]