Merge pull request #781 from zed-industries/structured-logging
Introduce structured logging
This commit is contained in:
commit
17195e615e
22 changed files with 101 additions and 42 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue