Skip to content

Commit

Permalink
log labeler to info
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jan 30, 2024
1 parent b91c2fc commit 9c0df99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/labeler/metasync.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func setRoutingMeta(ctx context.Context, acc accessor, r *v1.Route, name string,
return err
}
logger := logging.FromContext(ctx)
logger.Debugf("Labeler V2 applying patch to %q. patch: %q", name, mergePatch)
logger.Infof("Labeler V2 applying patch to %q. patch: %q", name, mergePatch)
return acc.patch(ctx, r.Namespace, name, types.MergePatchType, patch)
}

Expand Down

0 comments on commit 9c0df99

Please sign in to comment.