feat: Implemented log rolling so the log file doesn't just grow exponentially [#60]

This commit is contained in:
2026-06-25 13:29:56 -06:00
parent 10e18af1bf
commit dd93fe117d
2 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ derivative = "2.2.0"
human-panic = "2.0.6"
indoc = "2.0.7"
log = "0.4.29"
log4rs = { version = "1.4.0", features = ["file_appender"] }
log4rs = { version = "1.4.0", features = ["rolling_file_appender", "compound_policy", "size_trigger", "fixed_window_roller"] }
regex = "1.12.2"
reqwest = { version = "0.13.2", features = ["json"] }
serde_yaml = "0.9.34"