mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
register logger name in framework, see #909
This commit is contained in:
@@ -272,6 +272,8 @@ skynet_start(struct skynet_config * config) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
skynet_handle_namehandle(skynet_context_handle(ctx), "logger");
|
||||
|
||||
bootstrap(ctx, config->bootstrap);
|
||||
|
||||
start(config->thread);
|
||||
|
||||
Reference in New Issue
Block a user