Switch from tracing to log crate

This commit is contained in:
Joscha 2023-08-17 03:09:24 +02:00
parent 1faf42bd82
commit f12da915a9
16 changed files with 149 additions and 202 deletions

View file

@ -12,10 +12,12 @@ axum-extra = { version = "0.7.7", features = ["typed-routing", "query"] }
bytes = "1.4.0"
clap = { version = "4.3.19", features = ["derive", "deprecated"] }
directories = "5.0.1"
env_logger = "0.10.0"
flate2 = "1.0.26"
futures = "0.3.28"
gethostname = "0.4.3"
humantime = "2.1.0"
log = "0.4.20"
mime_guess = "2.0.4"
open = "5.0.0"
rand = "0.8.5"
@ -30,8 +32,6 @@ tempfile = "3.7.1"
tokio = { version = "1.29.1", features = ["full"] }
tokio-stream = "0.1.14"
toml = "0.7.6"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
walkdir = "2.3.3"
[dependencies.gix]