Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
improved logging for grpc server type
Browse files Browse the repository at this point in the history
  • Loading branch information
jenchik committed Jan 9, 2021
1 parent 24a8f8b commit 0154bab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ func (g *gRPC) Start(ctx context.Context) error {
}
}()

g.logger.Info("starting gRPC server", zap.String("name", g.Name()))

return nil
}

Expand Down

0 comments on commit 0154bab

Please sign in to comment.