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

Reduce a warning to info #612

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@

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
Loading