Skip to content

Commit

Permalink
autopilot: add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Nov 6, 2024
1 parent 5a53660 commit 9c8b9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autopilot/contractor/contractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ func performContractChecks(ctx *mCtx, alerter alerts.Alerter, bus Bus, w Worker,
// we ignore the fact that the host is not scanned for now to avoid churn.
if inSet && check.Usability.NotCompletingScan {
keepContract(c.ContractMetadata, host)
logger.Info("ignoring contract with unscanned host")
continue // no more checks until host is scanned
}

Expand Down

0 comments on commit 9c8b9ff

Please sign in to comment.