Enable logging of rpc crate trace events when no subscriber is present

This allows these events to be logged in the Zed client (until we setup tracing there).

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2022-05-12 10:17:37 -06:00
parent e795a7a578
commit de555e3423

View File

@ -27,7 +27,7 @@ rand = "0.8"
rsa = "0.4"
serde = { version = "1", features = ["derive"] }
smol-timeout = "0.6"
tracing = "0.1.34"
tracing = { version = "0.1.34", features = ["log"] }
zstd = "0.9"
[build-dependencies]