Skip to content

Commit 9cd75f6

Browse files
sanityclaude
andcommitted
ci: add op_state_manager and connect to RUST_LOG for timeout visibility
Include op_state_manager and connect modules in RUST_LOG filter so we can see the enhanced timeout logs with elapsed_ms, tx_type, and ttl_ms fields. This will help diagnose why Connect operations are timing out in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2bd5db2 commit 9cd75f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
FREENET_LOG: error
9999
# Enable debug logging for transport and PUT operations to diagnose test failures
100100
# Also allow info level for test_utils so logger capture tests work
101-
RUST_LOG: "error,freenet::transport::peer_connection=debug,freenet_core::transport::peer_connection=debug,freenet::test_utils=info,freenet_core::test_utils=info,freenet::operations::put=info,freenet_core::operations::put=info,freenet::node::network_bridge::p2p_protoc=info,freenet_core::node::network_bridge::p2p_protoc=info,connectivity=info"
101+
RUST_LOG: "error,freenet::transport::peer_connection=debug,freenet_core::transport::peer_connection=debug,freenet::test_utils=info,freenet_core::test_utils=info,freenet::operations::put=info,freenet_core::operations::put=info,freenet::node::network_bridge::p2p_protoc=info,freenet_core::node::network_bridge::p2p_protoc=info,freenet::node::op_state_manager=info,freenet_core::node::op_state_manager=info,freenet::operations::connect=info,freenet_core::operations::connect=info,connectivity=info"
102102
# Use JSON log format for structured, parseable output in CI
103103
FREENET_LOG_FORMAT: json
104104
CARGO_TARGET_DIR: ${{ github.workspace }}/target

0 commit comments

Comments
 (0)