diff --git a/codex-rs/tui/src/chatwidget.rs b/codex-rs/tui/src/chatwidget.rs index 0319163f..3fa78279 100644 --- a/codex-rs/tui/src/chatwidget.rs +++ b/codex-rs/tui/src/chatwidget.rs @@ -613,7 +613,7 @@ impl ChatWidget<'_> { | EventMsg::AgentReasoningDelta(_) | EventMsg::ExecCommandOutputDelta(_) => {} _ => { - tracing::info!("handle_codex_event: {:?}", msg); + tracing::trace!("handle_codex_event: {:?}", msg); } }