diff --git a/service/repositories/image_handle.go b/service/repositories/image_handle.go index a2b49fab..9c8c647e 100644 --- a/service/repositories/image_handle.go +++ b/service/repositories/image_handle.go @@ -313,10 +313,7 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq postMap["module_data"] = moduleDataMap postMap["tag_data"] = in.ProductTemplateTagGroups postMap["param_data"] = combineParam - logx.Info("合图数据起点×××××××××××××××××××××××××××××××××××××××××") - b, _ := json.Marshal(postMap) - logx.Info(string(b)) - logx.Info("合图数据终点×××××××××××××××××××××××××××××××××××××××××") + logc.Infof(ctx, "合图--算法请求--合图--开始时间:%v", time.Now().UTC()) var startTimeLogoCombine = time.Now().UnixMilli() //合图--处理--开始时间