mirror of
https://github.com/openai/codex.git
synced 2026-05-04 13:21:54 +03:00
Lower missing rollout log level (#11722)
Fix this: https://github.com/openai/codex/issues/11634
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user