You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: temporary disable persistent SQLite log DB sink
The SQLite log sink ignores RUST_LOG and hardcodes TRACE-level
persistence, causing excessive WAL writes. This is a temporary
workaround until upstream resolves the filtering issue.
See openai#17320