Commit 5c337bba351004f2933d8e6832916fee3ee5db2d
1 parent
05660bf7
日志改为 运营需求格式
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
config/basic.lua
1 | root = "./" | 1 | root = "./" |
2 | -logger = "server.log" | 2 | +-- logger = "server.log" |
3 | +logger = "services/errorlog" | ||
4 | +logservice = "snlua" | ||
5 | + | ||
3 | harbor = 0 | 6 | harbor = 0 |
4 | start = "main" -- main script | 7 | start = "main" -- main script |
5 | bootstrap = "snlua bootstrap" -- The service for bootstrap | 8 | bootstrap = "snlua bootstrap" -- The service for bootstrap |