Add tracing

This commit is contained in:
2025-02-28 19:26:16 +01:00
parent f6df6c7c56
commit 82f5cb4513
4 changed files with 116 additions and 2 deletions

View File

@@ -15,8 +15,12 @@ twitch_api = { version = "0.7.0", features = ["reqwest", "helix", "eventsub", "h
twitch_oauth2 = "0.15.1"
axum = { version = "0.8.1", features = ["http2"] }
tower-http = { version = "0.6.2", features = ["trace"] }
http-body-util = "0.1.2"
retainer = "0.3.0"
reqwest = "0.12.12"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"