From 5852ca4671ec9b1a1e080e136c1f536e0bd06b23 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Fri, 20 Dec 2024 11:18:22 +0800 Subject: [PATCH] logrus info debug --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d884943..f09dde8 100644 --- a/main.go +++ b/main.go @@ -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)