We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72b37d commit 03da38bCopy full SHA for 03da38b
services/base/src/main/java/org/eclipse/ditto/services/base/DittoService.java
@@ -184,7 +184,7 @@ protected void startActorSystem() {
184
CoordinatedShutdown.get(actorSystem).addTask(
185
CoordinatedShutdown.PhaseBeforeServiceUnbind(), "Log shutdown initiation",
186
() -> {
187
- logger.info("Shutdown issued from outside (e.g. SIGTERM) - gracefully shutting down..");
+ logger.info("Initiated coordinated shutdown - gracefully shutting down..");
188
return CompletableFuture.completedFuture(Done.getInstance());
189
});
190
0 commit comments