Implement robust logging with flexi_logger and update CI to verify logs
Some checks failed
Smoke tests / Build and smoke test (pull_request) Failing after 1m24s
Smoke tests / Build and smoke test (push) Failing after 1m23s

This commit is contained in:
AI Agent
2026-03-19 18:04:32 -06:00
parent 678543dd9a
commit ce54f782bf
9 changed files with 153 additions and 129 deletions

View File

@@ -13,6 +13,6 @@ rusqlite = { version = "0.35", features = ["bundled"] }
ratatui = "0.30"
crossterm = "0.28"
log = "0.4"
env_logger = "0.11"
flexi_logger = { version = "0.29", features = ["async"] }
regex = "1"
rand = "0.8"