上传编译代码
This commit is contained in:
parent
bc95fb2fd3
commit
8dde2a27a2
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user