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 00c75ff commit 960c09eCopy full SHA for 960c09e
cloud/scope/machine.go
@@ -610,7 +610,7 @@ func (m *MachineScope) ReconcileDeleteInstanceOnLB(ctx context.Context) error {
610
})
611
if err != nil {
612
if ociutil.IsNotFound(err) {
613
- m.Logger.Info("LB has been deleted")
+ m.Logger.Info("LB has been deleted", "lb", *loadbalancerId)
614
return nil
615
}
616
return err
@@ -663,7 +663,7 @@ func (m *MachineScope) ReconcileDeleteInstanceOnLB(ctx context.Context) error {
663
664
665
666
- m.Logger.Info("NLB has been deleted")
+ m.Logger.Info("NLB has been deleted", "nlb", *loadbalancerId)
667
668
669
0 commit comments