feat: add tracing

This commit is contained in:
Sandro Eiler 2024-02-04 13:48:31 +01:00
parent 653502c470
commit 93140e7d22
8 changed files with 431 additions and 174 deletions

View file

@ -24,9 +24,11 @@ axum = { version = "0.7" }
# tower-http = { version = "0.5", features = ["fs"] }
# tower-cookies = "0.10"
# Others
config = "0.13"
env_logger = "0.11"
config = "0.14"
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
tracing-bunyan-formatter = "0.3"
tracing-log = "0.2"
# lazy-regex = "3"
# async-trait = "0.1"
# strum_macros = "0.25"
@ -47,3 +49,4 @@ features = [
[dev-dependencies]
reqwest = "0.11"
once_cell = "1"