From 8c8a448128db69451d22cb93e2af207968c75539 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Tue, 9 Jul 2024 16:49:56 +0300 Subject: [PATCH] Reduce logging --- cmd/plan_mapper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/plan_mapper.go b/cmd/plan_mapper.go index b960b270..ec9adafb 100644 --- a/cmd/plan_mapper.go +++ b/cmd/plan_mapper.go @@ -175,7 +175,7 @@ func mappedItemDiffsFromPlan(ctx context.Context, planJson []byte, fileName stri log.WithContext(ctx). WithFields(lf). WithField("terraform-address", resourceChange.Address). - WithField("terraform-query-field", mapData.QueryField).Warn("Adding unmapped resource") + WithField("terraform-query-field", mapData.QueryField).Debug("Missing mapping field, cannot create Overmind query") results.Results = append(results.Results, PlannedChangeMapResult{ TerraformName: resourceChange.Address, Status: MapStatusNotEnoughInfo,