Skip to content

Commit

Permalink
chore(deps): add cargo dependency tracing
Browse files Browse the repository at this point in the history
We will move from `log` to `tracing` crate.
  • Loading branch information
josecelano committed Jun 10, 2024
1 parent 613a1df commit 3ccc0e4
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 0 deletions.
82 changes: 82 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ tower = { version = "0.4.13", features = ["timeout"] }
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }
trace = "0"
tracing = "0"
tracing-subscriber = { version = "0.3.18", features = ["json"] }
url = "2"
uuid = { version = "1", features = ["v4"] }
zerocopy = "0.7.33"
Expand Down
1 change: 1 addition & 0 deletions packages/located-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ version.workspace = true

[dependencies]
log = { version = "0", features = ["release_max_level_info"] }
tracing = "0.1.40"

[dev-dependencies]
thiserror = "1"

0 comments on commit 3ccc0e4

Please sign in to comment.