From 9c8b9ffb34fa2625c8f939c14e4f7086c9f847a6 Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Wed, 6 Nov 2024 15:26:32 +0100 Subject: [PATCH] autopilot: add logging --- autopilot/contractor/contractor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/autopilot/contractor/contractor.go b/autopilot/contractor/contractor.go index e7e78c87b..bd7911dcd 100644 --- a/autopilot/contractor/contractor.go +++ b/autopilot/contractor/contractor.go @@ -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 }