feat: rely on tracing-subscriber in tests (#4950)
`tracing` crate is already used within the codebase, this change allows developers to benefit from that functionality when running and debugging tests Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net> Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2846,10 +2846,10 @@ dependencies = [
|
||||
"cap-std",
|
||||
"cfg-if",
|
||||
"os_pipe",
|
||||
"pretty_env_logger",
|
||||
"target-lexicon",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"tracing-subscriber",
|
||||
"wasi-cap-std-sync",
|
||||
"wasi-common",
|
||||
"wasmtime",
|
||||
|
||||
Reference in New Issue
Block a user