From fc873dce7356016fba595f0fff9818b128c477a4 Mon Sep 17 00:00:00 2001 From: Jack Lindamood Date: Mon, 28 Dec 2020 20:03:31 -0800 Subject: [PATCH] unloggable value --- charts/hostname-for-target-group/Chart.yaml | 4 ++-- internal/syncer/syncer.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/hostname-for-target-group/Chart.yaml b/charts/hostname-for-target-group/Chart.yaml index af94104..91eced1 100644 --- a/charts/hostname-for-target-group/Chart.yaml +++ b/charts/hostname-for-target-group/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.1.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.0.4 +appVersion: 0.0.5 diff --git a/internal/syncer/syncer.go b/internal/syncer/syncer.go index a71cdf1..0a6c5e0 100644 --- a/internal/syncer/syncer.go +++ b/internal/syncer/syncer.go @@ -95,7 +95,7 @@ func (s *Syncer) Sync(ctx context.Context) error { if err != nil { return fmt.Errorf("unable to get any states: %w", err) } - s.Log.Debug(ctx, "fetched states", zap.Any("states", currentStates)) + s.Log.Debug(ctx, "fetched states", zap.Int("len_states", len(currentStates))) allResults := make(map[state.Keys]state.State, len(toSyncMap)) for tgArn, hostname := range toSyncMap { singleResult, err := s.syncSingle(ctx, tgArn, hostname, currentStates[state.Keys{