feat: add logger env

This commit is contained in:
2025-07-07 18:03:53 +03:00
parent 98ad8efd3a
commit be4cc21d56
4 changed files with 195 additions and 19 deletions

View File

@@ -11,7 +11,8 @@ ratatui = { version = "0.29" }
transmission-rpc = "0.5"
url = "2.5"
anyhow = "1.0"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
thiserror = "2.0"
tracing-appender = "0.2"