Skip to content

Commit

Permalink
pkg/cvo/sync_worker: Drop "Manifest: ..." logging
Browse files Browse the repository at this point in the history
This line is descended from logging we grew way back in 847f71b
(pkg/cvo: update to new updatepayload structure, 2018-09-18, openshift#14).
But we triggered it recently with 88c222c
(install/0000_00_cluster-version-operator_03_deployment: Bump to
--v=5, 2020-08-30, openshift#448).  Drop the line, because it's noisy spew in
the log files, and we can get the manifest content via:

  $ oc adm release extract --to=manifests $PULLSPEC
  • Loading branch information
wking authored and openshift-cherrypick-robot committed Oct 9, 2020
1 parent 2c9d4a2 commit b2466ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cvo/sync_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ func (w *SyncWorker) apply(ctx context.Context, payloadUpdate *payload.Update, w
cr.Update()

klog.V(4).Infof("Running sync for %s", task)
klog.V(5).Infof("Manifest: %s", string(task.Manifest.Raw))

ov, ok := getOverrideForManifest(work.Overrides, task.Manifest)
if ok && ov.Unmanaged {
Expand Down

0 comments on commit b2466ba

Please sign in to comment.