feat: add tracing

This commit is contained in:
Sandro Eiler 2024-01-30 21:43:32 +01:00
parent 1fdf2948fb
commit 653502c470
4 changed files with 162 additions and 2 deletions

View file

@ -25,6 +25,8 @@ axum = { version = "0.7" }
# tower-cookies = "0.10"
# Others
config = "0.13"
env_logger = "0.11"
tracing = { version = "0.1", features = ["log"] }
# lazy-regex = "3"
# async-trait = "0.1"
# strum_macros = "0.25"