Skip to content

Commit e4feaa6

Browse files
yaron2mikeeeJoshVanLartursouza
authored
change operation processing error to warning (dapr#7693)
Signed-off-by: yaron2 <[email protected]> Co-authored-by: Mike Nguyen <[email protected]> Co-authored-by: Josh van Leeuwen <[email protected]> Co-authored-by: Artur Souza <[email protected]>
1 parent 0f1249d commit e4feaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resiliency/policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func NewRunnerWithOptions[T any](ctx context.Context, def *PolicyDefinition, opt
225225
if def.addRetryActivatedMetric != nil {
226226
def.addRetryActivatedMetric()
227227
}
228-
def.log.Infof("Error processing operation %s. Retrying in %v…", def.name, d)
228+
def.log.Warnf("Error processing operation %s. Retrying in %v…", def.name, d)
229229
def.log.Debugf("Error for operation %s was: %v", def.name, opErr)
230230
},
231231
func() {

0 commit comments

Comments
 (0)