mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
change source dir
This commit is contained in:
8
service/main_log.lua
Normal file
8
service/main_log.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local skynet = require "skynet"
|
||||
|
||||
print("Log server start")
|
||||
|
||||
local log = skynet.launch("snlua","globallog.lua")
|
||||
print("log",log)
|
||||
|
||||
skynet.exit()
|
||||
Reference in New Issue
Block a user