From bb26cb18d5868143536b993cb05ed3f25e7a0a15 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 16 Jan 2026 15:23:25 -0800 Subject: [PATCH] reduce number of info statements in pipeline processor --- crates/brightstaff/src/handlers/pipeline_processor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/brightstaff/src/handlers/pipeline_processor.rs b/crates/brightstaff/src/handlers/pipeline_processor.rs index 8b9bf21a..09520617 100644 --- a/crates/brightstaff/src/handlers/pipeline_processor.rs +++ b/crates/brightstaff/src/handlers/pipeline_processor.rs @@ -811,7 +811,7 @@ impl PipelineProcessor { }); } - info!( + debug!( "Response from HTTP agent {}: {}", agent.id, String::from_utf8_lossy(&response_bytes)