Skip to content

Commit 7498452

Browse files
committed
🐛 Wire logger into machine scope
1 parent e5b01de commit 7498452

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
@@ -204,6 +204,7 @@ func (r *AWSMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request)
204204
machineScope, err := scope.NewMachineScope(scope.MachineScopeParams{
205205
Client: r.Client,
206206
Cluster: cluster,
207+
Logger: log,
207208
Machine: machine,
208209
InfraCluster: infraCluster,
209210
AWSMachine: awsMachine,

0 commit comments

Comments
 (0)