Add log rotation logic

This commit is contained in:
Andras Schmelczer 2025-10-28 07:44:06 +00:00
parent f3bc3c58d1
commit fe2ac7018d
12 changed files with 491 additions and 29 deletions

View file

@ -20,6 +20,7 @@ axum_typed_multipart = "0.11.0"
tower-http = { version = "0.6.1", features = ["cors", "trace", "limit", "timeout"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"]}
humantime-serde = "1.1.1"
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio", "uuid", "chrono"] }
chrono = { version = "0.4.41", features = ["serde"] }
rand = "0.9.0"