tickerInfo 上报到elasticsearch

This commit is contained in:
zhangkun 2024-12-04 15:42:13 +08:00
parent 7925a0168b
commit e50d818d9b
2 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ func WriteLogProcess(cr *Core) {
for { for {
wg := <-cr.WriteLogChan wg := <-cr.WriteLogChan
go func(wg *WriteLog) { go func(wg *WriteLog) {
fmt.Println("start writelog: " + wg.Id) fmt.Println("start writelog: " + wg.Tag + " " + wg.Id)
wg.Process(cr) wg.Process(cr)
}(wg) }(wg)
} }

BIN
tunas

Binary file not shown.