mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Lower missing rollout log level (#11722)
Fix this: https://github.com/openai/codex/issues/11634
This commit is contained in:
committed by
GitHub
Unverified
parent
e5e40e2d4b
commit
feae389942
@@ -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