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,
}
err := wg.Process(core)
fmt.Println("writeLog err:", err)
if err != nil {
fmt.Println("writeLog err:", err)
}
core.SaveToSortSet(period, keyName, extt, tsi)
}

BIN
tunas

Binary file not shown.