Skip to content

Commit

Permalink
Merge branch 'master' into manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 7, 2021
2 parents 623c66d + 245764e commit 72be238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/executor/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func (we *WorkflowExecutor) checkResourceState(ctx context.Context, selfLink str
return false, err
}
jsonString := string(jsonBytes)
log.Info(jsonString)
log.Debug(jsonString)
if !gjson.Valid(jsonString) {
return false, errors.Errorf(errors.CodeNotFound, "Encountered invalid JSON response when checking resource status. Will not be retried: %q", jsonString)
}
Expand Down

0 comments on commit 72be238

Please sign in to comment.