nit: logs to trace (#6503)

This commit is contained in:
jif-oai
2025-11-11 13:37:06 +00:00
committed by GitHub
parent 052b052832
commit ad279eacdc

View File

@@ -65,9 +65,9 @@ impl ToolCallRuntime {
Ok(Self::aborted_response(&call, secs))
},
res = async {
tracing::info!("waiting for tool gate");
tracing::trace!("waiting for tool gate");
readiness.wait_ready().await;
tracing::info!("tool gate released");
tracing::trace!("tool gate released");
let _guard = if supports_parallel {
Either::Left(lock.read().await)
} else {