Skip to content

Commit

Permalink
refactor(oci): Downgrade warning to trace-level log message (#754)
Browse files Browse the repository at this point in the history
Reviewed-by: Jakub Ciolek <jakub@unikraft.io>
Approved-by: Jakub Ciolek <jakub@unikraft.io>
  • Loading branch information
jake-ciolek authored Aug 29, 2023
2 parents 898c412 + 08f8590 commit f39fbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (manager *ociManager) Catalog(ctx context.Context, qopts ...packmanager.Que
if refErr == nil {
pack, err := NewPackageFromRemoteOCIRef(ctx, handle, ref.String())
if err != nil {
log.G(ctx).Warn(err)
log.G(ctx).Trace(err)
} else {
packs = append(packs, pack)
}
Expand Down

0 comments on commit f39fbc1

Please sign in to comment.