Skip to content

Commit

Permalink
chore: rm duplicate grpc shutdown log (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Jan 23, 2023
1 parent c056507 commit 1005306
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/cmd/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,7 @@ func NewGRPCServer(

// register grpcServer graceful stop on shutdown
server.onShutdown(func(context.Context) error {
logger.Info("shutting down grpc server...")

server.Server.GracefulStop()

return nil
})

Expand Down

0 comments on commit 1005306

Please sign in to comment.