Browse Source

修改bug

yjp 1 năm trước cách đây
mục cha
commit
296fd60034
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)
 }