Skip to content

Commit

Permalink
changed error to info
Browse files Browse the repository at this point in the history
Signed-off-by: PrimalPimmy <[email protected]>
  • Loading branch information
PrimalPimmy committed Jun 13, 2023
1 parent 97aba4d commit 0b735bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recommend/imageHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ func imageHandler(namespace, deployment string, labels LabelMap, imageName strin
}
err := initClientConnection(c)
if err != nil {
log.WithError(err).Error("failed to initialize DE client connection. Won't recommend admission controller policies.")
log.WithError(err).Info("failed to initialize DE client connection. Won't recommend admission controller policies.")
//return err
} else {
err = recommendAdmissionControllerPolicies(img)
Expand Down

0 comments on commit 0b735bc

Please sign in to comment.