Skip to content

Commit

Permalink
Add tracing for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Feb 22, 2024
2 parents 9f3214b + 6fb0d06 commit cd11990
Show file tree
Hide file tree
Showing 7 changed files with 257 additions and 14 deletions.
196 changes: 195 additions & 1 deletion Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohttp-relay"
version = "0.0.2"
version = "0.0.3"
authors = ["Dan Gould <d@ngould.dev>"]
description = "Relay Oblivious HTTP requests to protect IP metadata"
repository = "https://github.com/payjoin/ohttp-relay"
Expand Down Expand Up @@ -32,6 +32,8 @@ rustls = { version = "0.22", optional = true }
tokio = { version = "1", features = ["io-std", "macros", "net", "rt-multi-thread"] }
tokio-tungstenite = { version = "0.21", optional = true }
tokio-util = { version = "0.7", features = ["net", "codec"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }

[dev-dependencies]
hex = { package = "hex-conservative", version = "0.1.1" }
Expand Down
Loading

0 comments on commit cd11990

Please sign in to comment.