From 27da2adc63c7ba8fd806d48829d4f54375e6ac2d Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 14 Jan 2026 11:21:04 -0800 Subject: [PATCH] Apply suggestions from code review --- crates/llm_gateway/src/stream_context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/llm_gateway/src/stream_context.rs b/crates/llm_gateway/src/stream_context.rs index 4a6a2ffa..8da0f92a 100644 --- a/crates/llm_gateway/src/stream_context.rs +++ b/crates/llm_gateway/src/stream_context.rs @@ -157,7 +157,7 @@ impl StreamContext { self.request_identifier() ); } else { - info!( + debug!( "[PLANO_REQ_ID:{}] AUTH_PASSTHROUGH: preserving client Authorization header for provider '{}'", self.request_identifier(), self.llm_provider().name