Files
Dylan Hurd e019402a9e [codex] Backport websocket trace fix to release/0.142 (#30771)
## Summary

Backports #30757 to `release/0.142`.

Removes the trace-level log that emitted the full Responses WebSocket
request text.

## Why

The full request payload was still being logged by this trace statement
and was not covered by the existing request-log filtering.

## Impact

Prevents full WebSocket request contents from being written to traces on
the 0.142 release branch. This does not change request behavior or the
app-server API.

## Testing

- `just fmt`
- `just test -p codex-api` (130 passed)

Cherry-picked from `db887d03e1f907467e33271572dffb73bceecd6b` with `-x`.
2026-06-30 16:40:21 -07:00
..