debug
This commit is contained in:
parent
66072fc47f
commit
1b8eb76495
@ -39,6 +39,7 @@ func (cd *MyCandle) Process(cr *core.Core) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 对于软candle,推到elasticSearch
|
// 对于软candle,推到elasticSearch
|
||||||
|
logrus.Info("cd.from in MyCandle Process:", cd.From)
|
||||||
if strings.HasPrefix(cd.From, "soft") {
|
if strings.HasPrefix(cd.From, "soft") {
|
||||||
cd.PushToWriteLogChan(cr)
|
cd.PushToWriteLogChan(cr)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user