Introduce structured logging
We're enabling the log crate feature everywhere, but only using it on the server for now. Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
206b0f0f8c
commit
7e5a3f9f6b
22 changed files with 98 additions and 43 deletions
|
@ -35,7 +35,7 @@ async-broadcast = "0.3.4"
|
|||
async-trait = "0.1"
|
||||
futures = "0.3"
|
||||
lazy_static = "1.4"
|
||||
log = "0.4"
|
||||
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
||||
parking_lot = "0.11.1"
|
||||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
rand = { version = "0.8.3", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue