Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Apr 8, 2024
1 parent b7e9d4b commit fe90f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/geyser_grpc_plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ impl GeyserPlugin for GeyserGrpcPlugin {
msg: format!("Error deserializing PluginConfig: {err:?}"),
})?;

info!("loaded geyser config: {:?}", config);

let addr =
config
.bind_address
Expand Down

0 comments on commit fe90f8c

Please sign in to comment.