From feae389942710d155a03b940fa59ea9049b80f0a Mon Sep 17 00:00:00 2001 From: jif-oai Date: Fri, 13 Feb 2026 12:59:17 +0000 Subject: [PATCH] Lower missing rollout log level (#11722) Fix this: https://github.com/openai/codex/issues/11634 --- codex-rs/core/src/rollout/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/rollout/list.rs b/codex-rs/core/src/rollout/list.rs index af9223119..9b2b00c78 100644 --- a/codex-rs/core/src/rollout/list.rs +++ b/codex-rs/core/src/rollout/list.rs @@ -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(),