feat: optimize remote framework log output

This commit is contained in:
tjq 2023-01-21 23:15:45 +08:00
parent 4fece7be40
commit 571b7cf3f2

View File

@ -100,7 +100,7 @@ public class HttpVertxCSInitializer implements CSInitializer {
.toCompletableFuture()
.get(1, TimeUnit.MINUTES);
log.info("[PowerJob] startup vertx HttpServer successfully!");
log.info("[PowerJobRemoteEngine] startup vertx HttpServer successfully!");
}
private Handler<RoutingContext> buildRequestHandler(ActorInfo actorInfo, HandlerInfo handlerInfo) {