Skip to content

Commit c28533c

Browse files
authored
Merge pull request #4972 from crosbymichael/exec-sync
remove exec sync debug contents from logs
2 parents c28e424 + 591d7e2 commit c28533c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/cri/server/instrumented_service.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ func (in *instrumentedService) ExecSync(ctx context.Context, r *runtime.ExecSync
253253
log.G(ctx).WithError(err).Errorf("ExecSync for %q failed", r.GetContainerId())
254254
} else {
255255
log.G(ctx).Debugf("ExecSync for %q returns with exit code %d", r.GetContainerId(), res.GetExitCode())
256-
log.G(ctx).Debugf("ExecSync for %q outputs - stdout: %q, stderr: %q", r.GetContainerId(),
257-
res.GetStdout(), res.GetStderr())
258256
}
259257
}()
260258
res, err = in.c.ExecSync(ctrdutil.WithNamespace(ctx), r)

0 commit comments

Comments
 (0)