Skip to content

Commit

Permalink
PayPal: Fix log level
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Dec 22, 2023
1 parent 7087f78 commit d3457ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def increment(self, method=None, url=None, response=None, error=None, _pool=None
try:
return super().increment(method, url, response, error, _pool, _stacktrace)
except MaxRetryError:
logger.warning(f'PayPal2 Retry failed {logstr} after {len(self.history)} attempts')
logger.error(f'PayPal2 Retry failed {logstr} after {len(self.history)} attempts')
raise


Expand Down

0 comments on commit d3457ce

Please sign in to comment.