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

Commit 51dff64

Browse files
committed
removes authconfig from info log
Signed-off-by: Mike Brown <[email protected]>
1 parent ac04366 commit 51dff64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/server/instrumented_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ func (in *instrumentedService) PullImage(ctx context.Context, r *runtime.PullIma
299299
if err := in.checkInitialized(); err != nil {
300300
return nil, err
301301
}
302-
logrus.Infof("PullImage %q with auth config %+v", r.GetImage().GetImage(), r.GetAuth())
302+
logrus.Infof("PullImage %q", r.GetImage().GetImage())
303303
defer func() {
304304
if err != nil {
305305
logrus.WithError(err).Errorf("PullImage %q failed", r.GetImage().GetImage())

0 commit comments

Comments
 (0)