Skip to content

Commit

Permalink
Enable env-filter and local-time features of tracing-subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 27, 2021
1 parent a1dd24e commit aad0854
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ structopt = "0.3.22"
time = { version = "0.3", features = ["formatting", "parsing"] }
tokio = { version = "1.10.0", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "macros", "parking_lot", "fs"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] }
url = "2.2.2"
webdav-handler = { version = "0.2.0", default-features = false, features = ["hyper"] }

Expand Down

0 comments on commit aad0854

Please sign in to comment.