Skip to content

Commit

Permalink
Fixing log from info -> debug
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
  • Loading branch information
nmaupu and mloiseleur authored Dec 21, 2024
1 parent 4fc9519 commit 89aa8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/ovh/ovh.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (p *OVHProvider) ApplyChanges(ctx context.Context, changes *plan.Changes) (

// Always refresh zones even in case of errors.
defer func() {
log.Infof("OVH: %d zones will be refreshed", len(zonesChangeUniques))
log.Debugf("OVH: %d zones will be refreshed", len(zonesChangeUniques))

eg, _ := errgroup.WithContext(ctx)
for zone := range zonesChangeUniques {
Expand Down

0 comments on commit 89aa8e1

Please sign in to comment.