Added tracing instead of log

This commit is contained in:
2022-08-10 18:26:12 +02:00
parent ce043d670e
commit e9fa9bd3c9
3 changed files with 132 additions and 48 deletions

View File

@@ -13,6 +13,7 @@ walkdir = "2.3.2"
git2 = { version = "0.15.0", features = ["ssh"] }
clap = "3.2.16"
envconfig = "0.10.0"
log = { version = "0.4.17", features = ["kv_unstable", "serde", "std"] }
simplelog = "0.12.0"
dirs = "4.0.0"
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["json"] }
log = { version = "0.4.17", features = ["std", "kv_unstable"] }