Skip to content

[17.0][IMP] attachment_azure: downgrade ResourceExistsError log level#523

Closed
vvrossem wants to merge 1 commit into
17.0from
17.0-imp-attachment_azure-ResourceExistsError-log-level
Closed

[17.0][IMP] attachment_azure: downgrade ResourceExistsError log level#523
vvrossem wants to merge 1 commit into
17.0from
17.0-imp-attachment_azure-ResourceExistsError-log-level

Conversation

@vvrossem
Copy link
Copy Markdown

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.

…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.
@vvrossem vvrossem changed the title [IMP] attachment_azure: downgrade ResourceExistsError log level [17.0][IMP] attachment_azure: downgrade ResourceExistsError log level Mar 31, 2026
@vvrossem
Copy link
Copy Markdown
Author

vvrossem commented Apr 1, 2026

superseded by #524

@vvrossem vvrossem closed this Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant