mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: optimize remote framework log output
This commit is contained in:
parent
4fece7be40
commit
571b7cf3f2
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user