--
This commit is contained in:
parent
a0a9b84db4
commit
00cc7acc49
@ -37,7 +37,7 @@ func NewGRPC(deps DepsGRPC) (*GRPC, errors.Error) {
|
|||||||
|
|
||||||
grpcUnaryInterceptor := grpc.UnaryInterceptor(grpc_middleware.ChainUnaryServer(
|
grpcUnaryInterceptor := grpc.UnaryInterceptor(grpc_middleware.ChainUnaryServer(
|
||||||
grpc_zap.UnaryServerInterceptor(deps.Logger),
|
grpc_zap.UnaryServerInterceptor(deps.Logger),
|
||||||
grpc_recovery.UnaryServerInterceptor(),
|
//grpc_recovery.UnaryServerInterceptor(),
|
||||||
))
|
))
|
||||||
|
|
||||||
return &GRPC{
|
return &GRPC{
|
||||||
|
Loading…
Reference in New Issue
Block a user