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
cbaf5746ad08368d2e8f8a5039992bfe91ebba10
Authored by
zhouhaihai
2020-08-28 18:04:43 +0800
2 parents
a5c70352
88eaae64
Merge branch 'develop' into tr/publish
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 @
cbaf574
...
...
@@ -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
...
...