reduce logging from info to debug when checking rollout
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user