Commit c0bf89db47dce54a70b5a27a3c9f1e4cdda53d1a
1 parent
12c9daeb
修改日志端口
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/services/logd.lua
... | ... | @@ -19,11 +19,11 @@ local prefix = "wasteland" .. logdIdx .. "S" .. serverId .. "C" |
19 | 19 | |
20 | 20 | local logHandle = { |
21 | 21 | bi = { |
22 | - host = "127.0.0.1", | |
22 | + host = "172.16.83.194", | |
23 | 23 | port = 14001, |
24 | 24 | }, |
25 | 25 | log = { |
26 | - host = "127.0.0.1", | |
26 | + host = "172.16.83.194", | |
27 | 27 | port = 14002, |
28 | 28 | handle = function(doc) |
29 | 29 | -- 注入字段 | ... | ... |