We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840917c commit 58318baCopy full SHA for 58318ba
azure/scope/strategies/machinepool_deployments/machinepool_deployment_strategy.go
@@ -128,7 +128,7 @@ func (rollingUpdateStrategy rollingUpdateStrategy) SelectMachinesToDelete(ctx co
128
return orderRandom
129
}
130
}()
131
- log = ctrl.LoggerFrom(ctx).V(2)
+ log = ctrl.LoggerFrom(ctx).V(2).WithValues("method", "selectMachinesToDelete")
132
deleteAnnotatedMachines = order(getDeleteAnnotatedMachines(machinesByProviderID))
133
failedMachines = order(getFailedMachines(machinesByProviderID))
134
deletingMachines = order(getDeletingMachines(machinesByProviderID))
0 commit comments