Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Sep 17, 2024
1 parent 1c467da commit ee65d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlplane/controllers/scale.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func (r *CK8sControlPlaneReconciler) preflightChecks(_ context.Context, controlP
allMachineHealthConditions = append(allMachineHealthConditions,
controlplanev1.MachineEtcdMemberHealthyCondition,
)
logger.WithValues(allMachineHealthConditions).Info("Control plane is managing etcd, checking etcd member health condition")
logger.WithValues("allMachineHealthConditions", allMachineHealthConditions).Info("Control plane is managing etcd, checking etcd member health condition")
}

machineErrors := []error{}
Expand Down

0 comments on commit ee65d44

Please sign in to comment.