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,4 +14,4 @@ util = { path = "../util" }
workspace = { path = "../workspace" }
chrono = "0.4"
dirs = "4.0"
log = "0.4"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }