上传编译代码
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{}{
|
sseting.Sys["log"] = map[string]interface{}{
|
||||||
"FileName": fmt.Sprintf("./log/%s.log", sseting.Id),
|
"FileName": fmt.Sprintf("./log/%s.log", sseting.Id),
|
||||||
"IsDebug": true,
|
"IsDebug": true,
|
||||||
"Loglevel": log.InfoLevel,
|
"Loglevel": log.DebugLevel,
|
||||||
"MaxAgeTime": 7,
|
"MaxAgeTime": 7,
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -351,7 +351,7 @@ func convertServiceSttings(config *comm.GameConfig, id int, stype string, ip str
|
|||||||
"Alias": sseting.Id,
|
"Alias": sseting.Id,
|
||||||
"FileName": "./s.log",
|
"FileName": "./s.log",
|
||||||
"IsDebug": false,
|
"IsDebug": false,
|
||||||
"Loglevel": log.InfoLevel,
|
"Loglevel": log.ErrorLevel,
|
||||||
"MaxAgeTime": 7,
|
"MaxAgeTime": 7,
|
||||||
"UniqueLog": true,
|
"UniqueLog": true,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user