Skip to content

Commit 361c412

Browse files
committed
tracing-subscriber: Enable env-filter feature
1 parent 87a72b7 commit 361c412

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Cargo.lock

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ thiserror = "=1.0.30"
8585
tokio = { version = "=1.15.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8686
toml = "=0.5.8"
8787
tracing = "=0.1.29"
88-
tracing-subscriber = "=0.3.6"
88+
tracing-subscriber = { version = "=0.3.6", features = ["env-filter"] }
8989
url = "=2.2.2"
9090

9191
[dev-dependencies]

0 commit comments

Comments
 (0)