Skip to content

Commit d219f4f

Browse files
sanityclaude
andcommitted
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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696

9797
env:
9898
FREENET_LOG: error
99+
# Enable debug logging for transport layer to diagnose packet delivery issues
100+
RUST_LOG: "error,freenet::transport::peer_connection=debug,freenet_core::transport::peer_connection=debug"
99101
CARGO_TARGET_DIR: ${{ github.workspace }}/target
100102

101103
steps:

0 commit comments

Comments
 (0)