Skip to content

Commit 19140a9

Browse files
authored
Drop log level for skipped validation to debug until support is more widespread (#3385)
1 parent 9fc427f commit 19140a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botocore/httpchecksum.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def handle_checksum_body(http_response, response, context, operation_model):
484484
response["context"]["checksum"] = checksum_context
485485
return
486486

487-
logger.info(
487+
logger.debug(
488488
f'Skipping checksum validation. Response did not contain one of the '
489489
f'following algorithms: {algorithms}.'
490490
)

0 commit comments

Comments
 (0)