reduce number of info statements in pipeline processor (#698)

Co-authored-by: Adil Hafeez <adil.hafeez10@t-mobile.com>
This commit is contained in:
Adil Hafeez 2026-01-16 15:38:43 -08:00 committed by GitHub
parent 4d53297c17
commit 626f556cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -811,7 +811,7 @@ impl PipelineProcessor {
}); });
} }
info!( debug!(
"Response from HTTP agent {}: {}", "Response from HTTP agent {}: {}",
agent.id, agent.id,
String::from_utf8_lossy(&response_bytes) String::from_utf8_lossy(&response_bytes)