register logger name in framework, see #909

This commit is contained in:
Cloud Wu
2018-10-21 13:21:51 +08:00
parent b4752f2394
commit 8a3a0c1b71
3 changed files with 3 additions and 2 deletions

View File

@@ -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);