Skip to content

Commit

Permalink
Workaround tracing bug
Browse files Browse the repository at this point in the history
Related: tokio-rs/tracing#2927

Co-Authored-By: Nathan <nathan@zed.dev>
  • Loading branch information
ConradIrwin and nathansobo committed Apr 4, 2024
1 parent c2fab22 commit 89a39a9
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 46 deletions.
102 changes: 58 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions crates/collab/Cargo.toml
Expand Up @@ -64,8 +64,7 @@ toml.workspace = true
tower = "0.4"
tower-http = { workspace = true, features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "registry", "tracing-log"] } # workaround for https://github.com/tokio-rs/tracing/issues/2927
# tracing-subscriber = { git = "https://github.com/tokio-rs/tracing", rev = "tracing-subscriber-0.3.18", features = ["env-filter", "json", "registry", "tracing-log"] } # workaround for https://github.com/tokio-rs/tracing/issues/2927
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing", rev = "tracing-subscriber-0.3.18", features = ["env-filter", "json", "registry", "tracing-log"] } # workaround for https://github.com/tokio-rs/tracing/issues/2927
util.workspace = true
uuid.workspace = true

Expand Down

0 comments on commit 89a39a9

Please sign in to comment.