We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b14b0d commit 2de0cadCopy full SHA for 2de0cad
services/src/main/java/io/scalecube/services/Microservices.java
@@ -322,6 +322,7 @@ public ServiceCall call() {
322
return new ServiceCall()
323
.transport(clientTransport)
324
.serviceRegistry(context.serviceRegistry)
325
+ .logger(context.defaultLogger)
326
.router(Routers.getRouter(RoundRobinServiceRouter.class));
327
}
328
0 commit comments