Files
Vincent Van Rossem 542ee95c36 [IMP] attachment_azure: downgrade ResourceExistsError log from ERROR to INFO
Using _logger.exception for a ResourceExistsError is misleading: the operation
is harmless since blobs are content-addressed (SHA1) and filename is returned
correctly regardless. Switch to _logger.info to avoid false-positive ERROR noise.
2026-03-31 15:31:19 +02:00
..