Skip to content

Commit ee96b60

Browse files
Merge pull request #469 from wking/drop-manifest-logging
Bug 1886900: pkg/cvo/sync_worker: Drop "Manifest: ..." logging
2 parents 6d9776c + 9da9751 commit ee96b60

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)