nzr-virt: use log when needed
This commit is contained in:
parent
ec8528abb5
commit
7a9659eb9e
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1"
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
thiserror = "1"
|
||||
tokio = { version = "1", features = ["process"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue