yjp 1 жил өмнө
parent
commit
296fd60034
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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)
 }