Skip to content

Commit 981b3cb

Browse files
sanityclaude
andcommitted
ci: add target_connections and ttl to connect start log
Helps verify the macro correctly sets min_connections based on node count. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9cd75f6 commit 981b3cb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/core/src/operations/connect.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,13 @@ pub(crate) async fn join_ring_request(
11781178
op.backoff = Some(backoff);
11791179
}
11801180

1181-
tracing::info!(gateway = %gateway.pub_key(), tx = %tx, "Attempting network join using connect");
1181+
tracing::info!(
1182+
gateway = %gateway.pub_key(),
1183+
tx = %tx,
1184+
target_connections,
1185+
ttl,
1186+
"Attempting network join using connect"
1187+
);
11821188

11831189
op_manager
11841190
.notify_op_change(

0 commit comments

Comments
 (0)