From 197476e80569f8bad43bcf9d12aa35f857e1aede Mon Sep 17 00:00:00 2001 From: lzf Date: Mon, 30 Sep 2024 15:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mylog/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylog/log.go b/mylog/log.go index acf7ee2..27a52df 100644 --- a/mylog/log.go +++ b/mylog/log.go @@ -71,7 +71,7 @@ func SetLogLevel(level string) { } func Init() { - globalLog = NewLogger("debug", &Config{ + globalLog = NewLogger("app", &Config{ Level: defaultLogLevel, NeedLogFile: false, ConsoleWriter: os.Stdout,