From 686e250db1fc4489d5f3f0aca97715d78cd7c7d7 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 15 Apr 2026 21:03:13 -0400 Subject: [PATCH] Add changelog for #4314 --- changelog/4314.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4314.changed.md diff --git a/changelog/4314.changed.md b/changelog/4314.changed.md new file mode 100644 index 000000000..733958b55 --- /dev/null +++ b/changelog/4314.changed.md @@ -0,0 +1 @@ +- Reduced debug log noise for LLM services. The system instruction is now logged once when composed (e.g. when turn completion is enabled) instead of on every LLM call. Per-call logs now show only the conversation messages, consistent across Google, Anthropic, AWS, and OpenAI services.