Logging improved

This commit is contained in:
DerDavidBohl
2025-09-29 15:52:56 +02:00
parent 36b3489395
commit 94a7d8413b

View File

@@ -135,7 +135,7 @@ public class DeploymentsService {
if (!updated && !forceRecreate && !deployWouldChangeState) {
applicationEventPublisher.publishEvent(new DeploymentStateEvent(this, deployment.name(), DeploymentState.State.RUNNING, "Deployment '%s' successfully started".formatted(deployment.name())));
logger.info("No changes in deployment. Skipping {}", deployment.name());
logger.info("No update, forced recreation or changed states in deployment. Skipping {}", deployment.name());
return;
}