GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5c337bba351004f2933d8e6832916fee3ee5db2d
Authored by
zhouhaihai
2020-09-10 19:45:09 +0800
1 parent
05660bf7
日志改为 运营需求格式
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
config/basic.lua
Inline
Side-by-side
config/basic.lua
Wrap text
Show/Hide comments
View file @
5c337bb
1
1
root = "./"
2
-logger = "server.log"
2
+-- logger = "server.log"
3
+logger = "services/errorlog"
4
+logservice = "snlua"
5
+
3
6
harbor = 0
4
7
start = "main" -- main script
5
8
bootstrap = "snlua bootstrap" -- The service for bootstrap
...
...