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 16b9640 commit 490ff0aCopy full SHA for 490ff0a
spring-context/src/main/java/org/springframework/context/support/DefaultLifecycleProcessor.java
@@ -551,7 +551,7 @@ public void afterRestore(org.crac.Context<? extends org.crac.Resource> context)
551
this.barrier = null;
552
553
Duration timeTakenToRestart = Duration.ofNanos(System.nanoTime() - restartTime);
554
- logger.info("Restart complete in " + timeTakenToRestart.toMillis() + " ms");
+ logger.info("Spring-managed lifecycle restart completed in " + timeTakenToRestart.toMillis() + " ms");
555
}
556
557
private void awaitPreventShutdownBarrier() {
0 commit comments