Skip to content

Commit 9da9751

Browse files
committed
pkg/cvo/sync_worker: Drop "Manifest: ..." logging
This line is descended from logging we grew way back in 847f71b (pkg/cvo: update to new updatepayload structure, 2018-09-18, #14). But we triggered it recently with 88c222c (install/0000_00_cluster-version-operator_03_deployment: Bump to --v=5, 2020-08-30, #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
1 parent 6d9776c commit 9da9751

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cvo/sync_worker.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,6 @@ func (w *SyncWorker) apply(ctx context.Context, payloadUpdate *payload.Update, w
699699
cr.Update()
700700

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

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

0 commit comments

Comments
 (0)