mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
PayPal: Fix log level
This commit is contained in:
@@ -42,7 +42,7 @@ class LogOnRetry(Retry):
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user