yjp hai 1 ano
pai
achega
296fd60034
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      grpc_logger.go

+ 2 - 0
grpc_logger.go

@@ -6,9 +6,11 @@ import (
 )
 
 func GRPCStreamServerLogger() grpc.StreamServerInterceptor {
+	lazyInitialize()
 	return grpc_zap.StreamServerInterceptor(logger)
 }
 
 func GRPCUnaryServerLogger() grpc.UnaryServerInterceptor {
+	lazyInitialize()
 	return grpc_zap.UnaryServerInterceptor(logger)
 }