Add logging to ask app: save questions, SQLs, success/error status, and timestamps to logs/log.json
This commit is contained in:
@@ -13,6 +13,7 @@ serde_json = "1"
|
||||
duckdb = { version = "1", features = ["bundled"] }
|
||||
dotenvy = "0.15"
|
||||
anyhow = "1"
|
||||
chrono = "0.4"
|
||||
syntect = "5"
|
||||
ratatui = "0.29"
|
||||
crossterm = { version = "0.28", features = ["event-stream"] }
|
||||
|
||||
Reference in New Issue
Block a user