Skip to content

Commit

Permalink
Revert "Expose tracing/log feature (#861)"
Browse files Browse the repository at this point in the history
This reverts commit ab31398.
  • Loading branch information
seanmonstar committed Nov 4, 2021
1 parent 46e5411 commit 41986d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde_urlencoded = "0.7"
tokio = { version = "1.0", features = ["fs", "sync", "time"] }
tokio-stream = "0.1.1"
tokio-util = { version = "0.6", features = ["io"] }
tracing = { version = "0.1.21", default-features = false, features = ["std"] }
tracing = { version = "0.1.21", default-features = false, features = ["log", "std"] }
tower-service = "0.3"
tokio-tungstenite = { version = "0.15", optional = true }
percent-encoding = "2.1"
Expand All @@ -53,11 +53,10 @@ tokio-stream = { version = "0.1.1", features = ["net"] }
listenfd = "0.3"

[features]
default = ["multipart", "websocket", "trace-log"]
default = ["multipart", "websocket"]
websocket = ["tokio-tungstenite"]
tls = ["tokio-rustls"]
compression = ["async-compression"]
trace-log = ["tracing/log"]

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 41986d2

Please sign in to comment.