mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
log test bugfix
This commit is contained in:
@@ -3,6 +3,6 @@ mqueue = 256
|
||||
cpath = "./service/?.so"
|
||||
logger = nil
|
||||
harbor = 2
|
||||
address = "127.0.0.1:2526"
|
||||
master = "127.0.0.1:2012"
|
||||
address = "127.0.0.1:2527"
|
||||
master = "127.0.0.1:2013"
|
||||
start = "main_log"
|
||||
|
||||
@@ -4,7 +4,6 @@ skynet.start(function()
|
||||
print("Log server start")
|
||||
local connection = skynet.launch("connection","256")
|
||||
local lualog = skynet.launch("snlua","lualog")
|
||||
local group_agent = skynet.launch("snlua", "group_agent")
|
||||
local console = skynet.launch("snlua","console")
|
||||
local log = skynet.launch("snlua","globallog")
|
||||
-- skynet.launch("snlua","testgroup_c 11 1")
|
||||
|
||||
Reference in New Issue
Block a user