write log

This commit is contained in:
zhangkun 2024-12-03 13:46:43 +08:00
parent f7154223b1
commit 99cd468004
2 changed files with 3 additions and 1 deletions

View File

@ -290,7 +290,9 @@ func (core *Core) SaveUniKey(period string, keyName string, extt time.Duration,
Tag: "sardine.log.candle." + cl.Period, Tag: "sardine.log.candle." + cl.Period,
} }
err := wg.Process(core) err := wg.Process(core)
if err != nil {
fmt.Println("writeLog err:", err) fmt.Println("writeLog err:", err)
}
core.SaveToSortSet(period, keyName, extt, tsi) core.SaveToSortSet(period, keyName, extt, tsi)
} }

BIN
tunas

Binary file not shown.