We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052b052 commit ad279eaCopy full SHA for ad279ea
codex-rs/core/src/tools/parallel.rs
@@ -65,9 +65,9 @@ impl ToolCallRuntime {
65
Ok(Self::aborted_response(&call, secs))
66
},
67
res = async {
68
- tracing::info!("waiting for tool gate");
+ tracing::trace!("waiting for tool gate");
69
readiness.wait_ready().await;
70
- tracing::info!("tool gate released");
+ tracing::trace!("tool gate released");
71
let _guard = if supports_parallel {
72
Either::Left(lock.read().await)
73
} else {
0 commit comments