From 5828cc71fa6a1d0e04947e95f267245cd25be9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Wed, 9 Jan 2013 12:19:16 +0800 Subject: [PATCH] log test bugfix --- config_log | 4 ++-- service/main_log.lua | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config_log b/config_log index 3a5f51aa..d481f74f 100644 --- a/config_log +++ b/config_log @@ -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" diff --git a/service/main_log.lua b/service/main_log.lua index 7aa84aea..654ca843 100644 --- a/service/main_log.lua +++ b/service/main_log.lua @@ -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")