Merge pull request #781 from zed-industries/structured-logging

Introduce structured logging
This commit is contained in:
Nathan Sobo 2022-04-09 07:40:24 -06:00 committed by GitHub
commit 17195e615e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 101 additions and 42 deletions

View file

@ -21,7 +21,7 @@ async-lock = "2.4"
async-tungstenite = "0.16"
base64 = "0.13"
futures = "0.3"
log = "0.4"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
parking_lot = "0.11.1"
prost = "0.8"
rand = "0.8"