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

Commit

Permalink
reduce warning to info
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor committed Sep 13, 2023
1 parent df88d23 commit 088ed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/impl/util/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func GetTaskResources(ctx context.Context, id *core.Identifier, resourceManager

resource, err := resourceManager.GetResource(ctx, request)
if err != nil {
logger.Warningf(ctx, "Failed to fetch override values when assigning task resource default values for [%+v]: %v",
logger.Infof(ctx, "Failed to fetch override values when assigning task resource default values for [%+v]: %v",

Check warning on line 103 in pkg/manager/impl/util/resources.go

View check run for this annotation

Codecov / codecov/patch

pkg/manager/impl/util/resources.go#L103

Added line #L103 was not covered by tests
id, err)
}

Expand Down

0 comments on commit 088ed00

Please sign in to comment.