Skip to content

Commit

Permalink
chore: remove env_logger from hyper example
Browse files Browse the repository at this point in the history
Currently, the `hyper_echo` example uses the `tracing-log` env logger
support for some weird reason. I believe this is due to Hyper previously
using `log` rather than `tracing`. However, `hyper` now emits native
`tracing` diagnostics, so all the `env_logger` nonsense can just be
removed from the example.

This branch does that.
  • Loading branch information
hawkw committed Oct 12, 2023
1 parent 02de5ac commit eda9405
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ serde_json = "1.0.82"
futures = "0.3.21"
tokio = { version = "1.20.0", features = ["full"] }

# env-logger example
env_logger = "0.8.4"

# tower examples
tower = { version = "0.4.13", features = ["full"] }
http = "0.2.8"
Expand Down

0 comments on commit eda9405

Please sign in to comment.