Skip to content

Commit

Permalink
Log control connection address (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Sep 13, 2022
1 parent 9d87c29 commit 13034bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shotover-proxy/src/transforms/cassandra/sink_cluster/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,12 @@ impl CassandraSinkCluster {
.new_connection(random_address)
.await?,
);
self.init_handshake_address = Some(random_address);
}
tracing::info!(
"Control connection finalized against node at: {:?}",
self.init_handshake_address.unwrap()
);

Ok(())
}
Expand Down

0 comments on commit 13034bc

Please sign in to comment.