init logging via tracing

This commit is contained in:
raf 2024-12-12 21:36:22 +03:00
commit 56328c71f9
Signed by: NotAShelf
GPG key ID: AF26552424E53993
3 changed files with 156 additions and 6 deletions

View file

@ -9,3 +9,5 @@ clap_derive = "4.5.18"
ipc-channel = "0.19.0"
serde_json = "1.0.133"
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"