From 85049eaad8d2339d191a5b6e85bd919d27c91352 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Sat, 4 Mar 2023 16:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cmd/main.go b/services/cmd/main.go index a85546250..284dce145 100644 --- a/services/cmd/main.go +++ b/services/cmd/main.go @@ -342,7 +342,7 @@ func convertServiceSttings(config *comm.GameConfig, id int, stype string, ip str if !onelog { sseting.Sys["log"] = map[string]interface{}{ "FileName": fmt.Sprintf("./log/%s.log", sseting.Id), - "IsDebug": false, + "IsDebug": true, "Loglevel": log.InfoLevel, "MaxAgeTime": 7, }