Skip to content

Commit

Permalink
refactor(oci): Downgrade warning to trace-level log message
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <alex@unikraft.io>
  • Loading branch information
nderjung committed Aug 29, 2023
1 parent abb3be6 commit 08f8590
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 08f8590

Please sign in to comment.