write log files to disk daily and on panic

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-10-18 16:07:01 -04:00
parent 4f86e9604f
commit d3b4a9efc1
4 changed files with 74 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ bitflags = "2.5.0"
uuid = { version = "1.10.0", features = ["v4"] }
indexmap = "2.6.0"
dirs = "5.0.1"
tracing-appender = "0.2.3"
[dev-dependencies]
tempfile = "3.13.0"