Skip to content

Commit 0029648

Browse files
committed
Enable env-filter feature for tracing-subscriber
1 parent d017c8f commit 0029648

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Cargo.lock

Lines changed: 22 additions & 0 deletions
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
@@ -33,7 +33,7 @@ log = "0.4"
3333
pretty_env_logger = "0.4"
3434
tracing = "0.1"
3535
tracing-futures = "0.2"
36-
tracing-subscriber = "0.3"
36+
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3737

3838
warp = "0.3"
3939

0 commit comments

Comments
 (0)