Skip to content

Commit 3671fe0

Browse files
authored
🐛 Wire logger into machine scope (#621)
1 parent 0198e0f commit 3671fe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/awsmachine_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ func (r *AWSMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request)
205205
machineScope, err := scope.NewMachineScope(scope.MachineScopeParams{
206206
Client: r.Client,
207207
Cluster: cluster,
208+
Logger: log,
208209
Machine: machine,
209210
InfraCluster: infraCluster,
210211
AWSMachine: awsMachine,

0 commit comments

Comments
 (0)