Skip to content

Commit

Permalink
common method
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Aug 9, 2024
1 parent 840917c commit 58318ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (rollingUpdateStrategy rollingUpdateStrategy) SelectMachinesToDelete(ctx co
return orderRandom
}
}()
log = ctrl.LoggerFrom(ctx).V(2)
log = ctrl.LoggerFrom(ctx).V(2).WithValues("method", "selectMachinesToDelete")
deleteAnnotatedMachines = order(getDeleteAnnotatedMachines(machinesByProviderID))
failedMachines = order(getFailedMachines(machinesByProviderID))
deletingMachines = order(getDeletingMachines(machinesByProviderID))
Expand Down

0 comments on commit 58318ba

Please sign in to comment.