Better handling of stack traces and exc_info (#6253)

This commit is contained in:
Robert Brennan
2025-01-14 10:22:39 -05:00
committed by GitHub
parent 37b7173481
commit 4da812c781
16 changed files with 41 additions and 50 deletions

View File

@@ -46,5 +46,4 @@ class RetryMixin:
exception = retry_state.outcome.exception()
logger.error(
f'{exception}. Attempt #{retry_state.attempt_number} | You can customize retry values in the configuration.',
exc_info=False,
)