Skip to content

Commit

Permalink
Migrate logs to tracing (TraceMachina#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal authored Dec 5, 2023
1 parent fbf1e44 commit c5c440a
Show file tree
Hide file tree
Showing 34 changed files with 1,185 additions and 745 deletions.
3 changes: 2 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rust_binary(
"@crate_index//:async-lock",
"@crate_index//:axum",
"@crate_index//:clap",
"@crate_index//:env_logger",
"@crate_index//:futures",
"@crate_index//:hyper",
"@crate_index//:parking_lot",
Expand All @@ -36,6 +35,8 @@ rust_binary(
"@crate_index//:tokio-rustls",
"@crate_index//:tonic",
"@crate_index//:tower",
"@crate_index//:tracing",
"@crate_index//:tracing-subscriber",
],
)

Expand Down
Loading

0 comments on commit c5c440a

Please sign in to comment.