Skip to content

chore(ui): remove verbose agent response log#2406

Merged
tusharmath merged 1 commit intomainfrom
reduce-log
Feb 16, 2026
Merged

chore(ui): remove verbose agent response log#2406
tusharmath merged 1 commit intomainfrom
reduce-log

Conversation

@tusharmath
Copy link
Copy Markdown
Collaborator

@tusharmath tusharmath commented Feb 16, 2026

Summary

Removes a verbose tracing::info! log statement that was emitting the full text of every agent markdown response during UI rendering. This reduces log noise and improves signal-to-noise ratio in production and debug logs.

Changes

  • Removed tracing::info!(message = %text, "Agent Response") from the ChatResponseContent::Markdown handler in crates/forge_main/src/ui.rs

Motivation

The agent response text is already rendered to the user via the markdown writer (writer.write(&text)). Logging the full response content at info level was redundant and created excessive log volume, especially for long or streaming responses. Removing it keeps the logs focused on actionable events.

@github-actions github-actions Bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Feb 16, 2026
@tusharmath tusharmath merged commit 82eb118 into main Feb 16, 2026
11 checks passed
@tusharmath tusharmath deleted the reduce-log branch February 16, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Routine tasks like conversions, reorganization, and maintenance work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant