File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ func (l *LoadBalancer) Reconcile(rOpts *ReconcileOptions) []error {
246
246
default : // check for diff between lb current and desired, modify if necessary
247
247
needsModification , _ := l .needsModification ()
248
248
if needsModification == 0 {
249
- l .logger .Debugf ("No modification of ELBV2 (ALB) required." )
249
+ // l.logger.Debugf("No modification of ELBV2 (ALB) required.")
250
250
break
251
251
}
252
252
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ func (l *Listener) Reconcile(rOpts *ReconcileOptions) error {
98
98
* l .ls .current .ListenerArn , * l .ls .current .Port , * l .ls .current .Protocol )
99
99
100
100
default :
101
- l .logger .Debugf ("No listener modification required." )
101
+ // l.logger.Debugf("No listener modification required.")
102
102
}
103
103
104
104
return nil
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ func (r *Rule) Reconcile(rOpts *ReconcileOptions) error {
127
127
log .Prettify (r .rs .current .Conditions ))
128
128
129
129
default :
130
- r .logger .Debugf ("No rule modification required." )
130
+ // r.logger.Debugf("No rule modification required.")
131
131
}
132
132
133
133
return nil
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ func (t *TargetGroup) Reconcile(rOpts *ReconcileOptions) error {
145
145
* t .tg .current .TargetGroupArn ,
146
146
* t .tg .current .TargetGroupName )
147
147
} else {
148
- t .logger .Debugf ("No TargetGroup modification required." )
148
+ // t.logger.Debugf("No TargetGroup modification required.")
149
149
}
150
150
}
151
151
You can’t perform that action at this time.
0 commit comments