上传服务器代码

This commit is contained in:
liwei1dao 2023-03-04 16:27:30 +08:00
parent 9511d21766
commit 85049eaad8

View File

@ -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,
}