Skip to content

Commit

Permalink
Use simpler tag names for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Mar 6, 2023
1 parent e22e18f commit 9f2781b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 9f2781b

Please sign in to comment.