From 5f80ee839a4ecead4b848f6a8847941e5bdfe157 Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Fri, 26 May 2023 18:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index a1a389b..d3a52f9 100644 --- a/config/config.go +++ b/config/config.go @@ -45,7 +45,7 @@ func Load() { return err } if err = json.Unmarshal(bytes, &config); err == nil { - log.Error("Config", zap.String("Name", filename), zap.Bool("LoadSuccess", true)) + log.Info("Config", zap.String("Name", filename), zap.Bool("LoadSuccess", true)) } return err })