Add logging

This commit is contained in:
2023-07-23 21:45:57 +02:00
parent b3d18f0234
commit 6d6b098b1d
4 changed files with 69 additions and 1 deletions

View File

@@ -23,3 +23,7 @@ log = "0.4.18"
env_logger = "0.10.0"
chrono = "0.4.26"
sentry = "0.31.5"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}
tower-http = { version = "0.4.3", features = ["trace"] }