add back the actix-web logs

This commit is contained in:
Tamo 2024-02-07 09:20:18 +01:00 committed by Louis Dureuil
parent 661baa716b
commit 4de2db6786
No known key found for this signature in database
4 changed files with 43 additions and 2 deletions

View file

@ -107,6 +107,7 @@ url = { version = "2.5.0", features = ["serde"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-trace = { version = "0.1.0", path = "../tracing-trace" }
tracing-actix-web = "0.7.9"
[dev-dependencies]
actix-rt = "2.9.0"