Skip to content

Commit

Permalink
log grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Nov 29, 2023
1 parent f2bc064 commit 273e682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster-endpoints/src/grpc_subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ pub fn create_grpc_subscription(
grpc_x_token: Option<String>,
expected_grpc_version: String,
) -> anyhow::Result<(EndpointStreaming, Vec<AnyhowJoinHandle>)> {
info!("Subscribing to yellowstone-grpc geyser at {}", grpc_addr);
let (slot_sx, slot_notifier) = tokio::sync::broadcast::channel(10);
let (block_sx, blocks_notifier) = tokio::sync::broadcast::channel(10);
let (cluster_info_sx, cluster_info_notifier) = tokio::sync::broadcast::channel(10);
Expand Down

0 comments on commit 273e682

Please sign in to comment.