Commit d219f4f
ci: enable transport debug logging to diagnose packet delivery issues
Multiple tests are failing intermittently in CI with PUT timeouts,
where the peer reports "Message successfully sent" but the gateway
never receives the message. This appears to be a transport-level issue.
Adding targeted RUST_LOG for peer_connection module to capture:
- Packet send/receive events
- Resend logic
- Connection state changes
This will help diagnose whether packets are being dropped at the
transport layer.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent c0e45c4 commit d219f4f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
0 commit comments