Change loglevel to debug for rolloutgroup status messages (#847)

Signed-off-by: Patrick Schlebusch <patrick.schlebusch@devolo.de>
This commit is contained in:
Patrick Schlebusch
2019-06-05 08:03:41 +02:00
committed by Jeroen Laverman
parent e6146fa55e
commit b8ca7d24c8
2 changed files with 2 additions and 2 deletions

View File

@@ -785,7 +785,7 @@ public class JpaRolloutManagement extends AbstractRolloutManagement {
.getBean(finishCondition.getBeanName(), RolloutGroupConditionEvaluator.class)
.eval(rollout, rolloutGroup, rolloutGroup.getSuccessConditionExp());
if (isFinished) {
LOGGER.info("Rolloutgroup {} is finished, starting next group", rolloutGroup);
LOGGER.debug("Rolloutgroup {} is finished, starting next group", rolloutGroup);
executeRolloutGroupSuccessAction(rollout, rolloutGroup);
} else {
LOGGER.debug("Rolloutgroup {} is still running", rolloutGroup);

View File

@@ -65,7 +65,7 @@ public class StartNextGroupRolloutGroupSuccessAction implements RolloutGroupActi
// get all next scheduled groups and set them in state running
rolloutGroupRepository.setStatusForCildren(RolloutGroupStatus.RUNNING, rolloutGroup);
} else {
logger.info("No actions to start for next rolloutgroup of parent {} {}", rolloutGroup.getId(),
logger.debug("No actions to start for next rolloutgroup of parent {} {}", rolloutGroup.getId(),
rolloutGroup.getName());
// nothing for next group, just finish the group, this can happen
// e.g. if targets has been deleted after the group has been