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
88eaae642390fc974cd7343e0310d604364d28ad
Authored by
zhouhaihai
2020-08-28 18:04:36 +0800
1 parent
2d21f527
日志端口
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/services/logd.lua
Inline
Side-by-side
src/services/logd.lua
Wrap text
Show/Hide comments
View file @
88eaae6
...
...
@@ -65,7 +65,7 @@ function CMD.log(doc)
65
65
end
66
66
67
67
function CMD.open()
68
- log_fd = socketdriver.connect("127.0.0.1",
5170
)
68
+ log_fd = socketdriver.connect("127.0.0.1",
13001
)
69
69
connecting = true
70
70
end
71
71
...
...