reduce logging from info to debug when checking rollout

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-02-12 13:18:55 +01:00
parent d8a0a7f8e4
commit e2927acfca

View File

@@ -552,7 +552,7 @@ public class RolloutManagement {
if (updated == 0) { if (updated == 0) {
// nothing to check, maybe another instance already checked in // nothing to check, maybe another instance already checked in
// between // between
LOGGER.info("No rolloutcheck necessary for current scheduled check {}, next check at {}", lastCheck, LOGGER.debug("No rolloutcheck necessary for current scheduled check {}, next check at {}", lastCheck,
lastCheck + delayBetweenChecks); lastCheck + delayBetweenChecks);
return; return;
} }