Skip to content

Commit 884c29a

Browse files
authored
Merge pull request #5462 from giantswarm/fix-log-awsmachinecontroller
🐛 Wire logger into machine scope
2 parents e5b01de + 7498452 commit 884c29a

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)