From fb25d7141eb6bd46270ef8095d2f88306e2c8c78 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期六, 26 十月 2019 17:04:32 +0800 Subject: [PATCH] add log --- controllers/fileController.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/controllers/fileController.go b/controllers/fileController.go index decd866..3b6c238 100644 --- a/controllers/fileController.go +++ b/controllers/fileController.go @@ -556,6 +556,7 @@ arg.Collection = searchBody.Collection arg.AnalyServerId = localConf.ServerId captureIds := esApi.GetAllLocalVideopersonsId(arg, config.EsInfo.EsIndex.VideoPersons.IndexName, localConf.AlarmIp, strconv.Itoa(int(localConf.AlarmPort))) + logger.Debug("searchPhoto first Result.len:",len(*co.CompareData),"twice len(captureIds):",len(captureIds)) if captureIds !=nil { var aResult protomsg.SdkCompareResult aList := getTwiceSearchResult(co, &captureIds) -- Gitblit v1.8.0