mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
add config.logservice for user defined log service
This commit is contained in:
@@ -8,6 +8,7 @@ struct skynet_config {
|
||||
const char * module_path;
|
||||
const char * bootstrap;
|
||||
const char * logger;
|
||||
const char * logservice;
|
||||
};
|
||||
|
||||
#define THREAD_WORKER 0
|
||||
|
||||
Reference in New Issue
Block a user