mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
remove logs from composer by default (#2307)
Currently the composer shows `handle_codex_event:<event name>` by default which feels confusing. Let's make it appear in trace.
This commit is contained in:
committed by
GitHub
Unverified
parent
475ba13479
commit
b62c2d9552
@@ -613,7 +613,7 @@ impl ChatWidget<'_> {
|
||||
| EventMsg::AgentReasoningDelta(_)
|
||||
| EventMsg::ExecCommandOutputDelta(_) => {}
|
||||
_ => {
|
||||
tracing::info!("handle_codex_event: {:?}", msg);
|
||||
tracing::trace!("handle_codex_event: {:?}", msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user