From 626f556cc6571afc453cce7285268ef4709a09d4 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 16 Jan 2026 15:38:43 -0800 Subject: [PATCH] reduce number of info statements in pipeline processor (#698) Co-authored-by: Adil Hafeez --- 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)