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

@ -14,7 +14,7 @@ gpui = { path = "../gpui" }
theme = { path = "../theme" }
settings = { path = "../settings" }
workspace = { path = "../workspace" }
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"] }
smol = "1.2.5"