diff --git a/main.go b/main.go index 56855ff..781c0db 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( func main() { cr := core.Core{} cr.Init() - logrus.SetLevel(logrus.DebugLevel) + logrus.SetLevel(logrus.WarnLevel) cr.TickerInforocessChan = make(chan *core.TickerInfo) cr.CandlesProcessChan = make(chan *core.Candle) cr.MaXProcessChan = make(chan *core.MaX)