Skip to content

Commit 471dea6

Browse files
authored
Merge pull request #13076 from fabriziopandini/decrease-verbosity-for-mhc-log-entry
🌱 Decrease verbosity for MHC log entry
2 parents a2f6e59 + d9eb434 commit 471dea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/machinehealthcheck/machinehealthcheck_targets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ func (r *Reconciler) healthCheckTargets(targets []healthCheckTarget, logger logr
400400
}
401401

402402
if nextCheck > 0 {
403-
logger.V(3).Info("Target is likely to go unhealthy", "timeUntilUnhealthy", nextCheck.Truncate(time.Second).String())
403+
logger.V(2).Info("Target is likely to go unhealthy", "timeUntilUnhealthy", nextCheck.Truncate(time.Second).String())
404404
nextCheckTimes = append(nextCheckTimes, nextCheck)
405405
continue
406406
}

0 commit comments

Comments
 (0)