fix log-statement of large rolloutgroup (#362)

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-11-21 15:03:45 +01:00
committed by GitHub
parent 82aeb26f67
commit 7b30114492

View File

@@ -64,7 +64,8 @@ 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);
logger.info("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
// scheduled. If the group is empty now, we just finish the group if