write log
This commit is contained in:
parent
f7154223b1
commit
99cd468004
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user