feat: store log files in a /logs directory

This commit is contained in:
Jet Pham 2025-06-05 20:05:53 -07:00
parent cfc5f01221
commit c0389e0245
No known key found for this signature in database
3 changed files with 131 additions and 5 deletions

View file

@ -14,3 +14,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4"
futures = "0.3.31"
tracing-appender = "0.2.3"