Write user notifications to streamer's log file

This commit is contained in:
Marcin Kulik
2024-02-08 11:53:20 +01:00
parent 4fa684b74a
commit 0478bf06f0
3 changed files with 19 additions and 1 deletions

View File

@@ -33,4 +33,5 @@ tokio-stream = { version = "0.1.14", features = ["sync"] }
rust-embed = "8.2.0"
mime_guess = "2.0.4"
tower-http = { version = "0.5.1", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }