From 1b8eb7649549fcb912dfc5123b09203897729340 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Thu, 26 Dec 2024 10:23:06 +0800 Subject: [PATCH] debug --- modules/candle.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/candle.go b/modules/candle.go index f1cb5fb..111bafb 100644 --- a/modules/candle.go +++ b/modules/candle.go @@ -39,6 +39,7 @@ func (cd *MyCandle) Process(cr *core.Core) { } } // 对于软candle,推到elasticSearch + logrus.Info("cd.from in MyCandle Process:", cd.From) if strings.HasPrefix(cd.From, "soft") { cd.PushToWriteLogChan(cr) }