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
45507208adb6f4750c8d49afac5dd28cb320cbcf
Authored by
zhouhaihai
2020-09-01 17:17:28 +0800
1 parent
68dfae16
开启日志
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/basic.lua
Inline
Side-by-side
config/basic.lua
Wrap text
Show/Hide comments
View file @
4550720
...
...
@@ -12,7 +12,7 @@ lua_cpath = "skynet/luaclib/?.so"
12
12
cluster = "./config/nodenames.lua"
13
13
14
14
codeurl = "10.235.14.37:9001"
15
-logd =
0
-- 是否开启日志
15
+logd =
1
-- 是否开启日志
16
16
thread = 4
17
17
max_client = 2100
18
18
server_port = 20001
...
...