desktop: use tracing for logging (#13135)

This commit is contained in:
Brendan Allan 2026-02-11 19:36:27 +08:00 committed by GitHub
commit a25b2af05a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 264 additions and 154 deletions

View file

@ -47,6 +47,10 @@ specta = "=2.0.0-rc.22"
specta-typescript = "0.0.9"
tauri-specta = { version = "=2.0.0-rc.21", features = ["derive", "typescript"] }
dirs = "6.0.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-appender = "0.2"
chrono = "0.4"
[target.'cfg(target_os = "linux")'.dependencies]
gtk = "0.18.2"