logrus info debug

This commit is contained in:
zhangkun9038@dingtalk.com 2024-12-20 11:18:22 +08:00
parent fbe02ab891
commit 5852ca4671

View File

@ -13,7 +13,7 @@ import (
func main() {
cr := core.Core{}
cr.Init()
logrus.SetLevel(logrus.InfoLevel)
logrus.SetLevel(logrus.DebugLevel)
cr.TickerInforocessChan = make(chan *core.TickerInfo)
cr.CandlesProcessChan = make(chan *core.Candle)
cr.MaXProcessChan = make(chan *core.MaX)