feat: record-daemon logs to a file

This commit is contained in:
2026-05-30 10:41:40 +02:00
parent 7f54e959b8
commit 598c5a2391
5 changed files with 108 additions and 7 deletions
+1
View File
@@ -34,6 +34,7 @@ anyhow = "1"
# Logging
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-appender = "0.2"
# UUID for recording IDs
uuid = { version = "1", features = ["v4", "serde"] }