Files
Vincent Van Rossem d0fcf012c1 [IMP] attachment_azure: add stack_info on ResourceExistsError
The blob already exists, so the exception traceback (inside upload_blob)
is not useful on its own. Adding stack_info=True to _logger.exception()
also logs the call stack, revealing who triggered the duplicate write.
2026-04-14 15:22:34 +02:00
..