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,11 +19,11 @@ local prefix = "wasteland" .. logdIdx .. "S" .. serverId .. "C" | ||
19 | 19 | ||
20 | local logHandle = { | 20 | local logHandle = { |
21 | bi = { | 21 | bi = { |
22 | - host = "127.0.0.1", | 22 | + host = "172.16.83.194", |
23 | port = 14001, | 23 | port = 14001, |
24 | }, | 24 | }, |
25 | log = { | 25 | log = { |
26 | - host = "127.0.0.1", | 26 | + host = "172.16.83.194", |
27 | port = 14002, | 27 | port = 14002, |
28 | handle = function(doc) | 28 | handle = function(doc) |
29 | -- 注入字段 | 29 | -- 注入字段 |