Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #964 from mikebrow/cherry-pick-1.0-remove-authconf…
Browse files Browse the repository at this point in the history
…ig-from-log

cherry-pick #961 for 1.0 removes authconfig from info log
  • Loading branch information
Random-Liu authored Oct 30, 2018
2 parents ac04366 + 51dff64 commit bad0ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/instrumented_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func (in *instrumentedService) PullImage(ctx context.Context, r *runtime.PullIma
if err := in.checkInitialized(); err != nil {
return nil, err
}
logrus.Infof("PullImage %q with auth config %+v", r.GetImage().GetImage(), r.GetAuth())
logrus.Infof("PullImage %q", r.GetImage().GetImage())
defer func() {
if err != nil {
logrus.WithError(err).Errorf("PullImage %q failed", r.GetImage().GetImage())
Expand Down

0 comments on commit bad0ae1

Please sign in to comment.