From 9f7f0c9dd7607108dbf33003f6241a70d5c5a7f0 Mon Sep 17 00:00:00 2001 From: lzh <1625167628@qq.com> Date: Wed, 3 Sep 2025 16:44:57 +0800 Subject: [PATCH] 1 --- internal/app/search/es/es.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/app/search/es/es.go b/internal/app/search/es/es.go index f8dc775..d0eb105 100644 --- a/internal/app/search/es/es.go +++ b/internal/app/search/es/es.go @@ -3,7 +3,6 @@ package es import ( "context" "encoding/json" - "fmt" "net/http" "time" @@ -93,8 +92,6 @@ func (e *esSearch) Search(req model.GetLogReq, filterProcessName ...string) mode case sr.NotWildCard: notQuery = append(notQuery, elastic.NewWildcardQuery("log.keyword", "*"+v.Content+"*")) } - fmt.Printf("v.Cond: %v\n", v.Cond) - fmt.Printf("v.Content: %v\n", v.Content) } if req.Match.Name != "" {