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

Commit

Permalink
Move log message to debug
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Shepherd <[email protected]>
  • Loading branch information
ibuildthecloud committed Aug 4, 2023
1 parent 0727f59 commit 28e58df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/registry/apigroups/acorn/apps/icon.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (i *Icon) Connect(ctx context.Context, id string, options runtime.Object, r
return nil, err
}

logrus.Infof("Downloading icon from %s (%#v)", pullTag.String(), pullTag)
logrus.Debugf("Downloading icon from %s (%#v)", pullTag.String(), pullTag)
icon, err := imagedetails.GetImageIcon(ctx, i.client, app.Namespace, app.Status.AppImage.ID, opts...)
if err != nil {
return nil, err
Expand Down

0 comments on commit 28e58df

Please sign in to comment.