上传编译代码

This commit is contained in:
liwei1dao 2023-03-04 16:46:22 +08:00
parent bc95fb2fd3
commit 8dde2a27a2

View File

@ -343,7 +343,7 @@ func convertServiceSttings(config *comm.GameConfig, id int, stype string, ip str
sseting.Sys["log"] = map[string]interface{}{
"FileName": fmt.Sprintf("./log/%s.log", sseting.Id),
"IsDebug": true,
"Loglevel": log.InfoLevel,
"Loglevel": log.DebugLevel,
"MaxAgeTime": 7,
}
} else {
@ -351,7 +351,7 @@ func convertServiceSttings(config *comm.GameConfig, id int, stype string, ip str
"Alias": sseting.Id,
"FileName": "./s.log",
"IsDebug": false,
"Loglevel": log.InfoLevel,
"Loglevel": log.ErrorLevel,
"MaxAgeTime": 7,
"UniqueLog": true,
}