diff --git a/cmd/run.go b/cmd/run.go index 9d0eb9f5..8dd3b459 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -530,8 +530,8 @@ var runCmd = &cobra.Command{ go api.StartHTTPAPI(&apiOptions) logger.Info().Fields( map[string]interface{}{ - "grpcNetwork": apiOptions.GRPCNetwork, - "grpcAddress": apiOptions.GRPCAddress, + "network": apiOptions.GRPCNetwork, + "address": apiOptions.GRPCAddress, }, ).Msg("Started the gRPC API") }