feat: add log db (#10086)

Add a log DB. The goal is just to store our logs in a `.sqlite` DB to
make it easier to crawl them and drop the oldest ones.
This commit is contained in:
jif-oai
2026-01-29 10:23:03 +01:00
committed by GitHub
Unverified
parent 4d9ae3a298
commit 780482da84
12 changed files with 248 additions and 0 deletions
+2
View File
@@ -1859,6 +1859,7 @@ dependencies = [
"sqlx",
"tokio",
"tracing",
"tracing-subscriber",
"uuid",
]
@@ -1897,6 +1898,7 @@ dependencies = [
"codex-login",
"codex-otel",
"codex-protocol",
"codex-state",
"codex-utils-absolute-path",
"codex-utils-cargo-bin",
"codex-utils-pty",