reduce number of info statements in pipeline processor

This commit is contained in:
Adil Hafeez 2026-01-16 15:23:25 -08:00
parent 4d53297c17
commit bb26cb18d5

View file

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