Lower missing rollout log level (#11722)

Fix this: https://github.com/openai/codex/issues/11634
This commit is contained in:
jif-oai 2026-02-13 12:59:17 +00:00 committed by GitHub
parent e5e40e2d4b
commit feae389942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1214,7 +1214,7 @@ async fn find_thread_path_by_id_str_in_subdir(
let found = results.matches.into_iter().next().map(|m| m.full_path());
if let Some(found_path) = found.as_ref() {
tracing::error!("state db missing rollout path for thread {id_str}");
tracing::debug!("state db missing rollout path for thread {id_str}");
state_db::record_discrepancy("find_thread_path_by_id_str_in_subdir", "falling_back");
state_db::read_repair_rollout_path(
state_db_ctx.as_deref(),