Skip to content

Commit 4e7c380

Browse files
kyoncalwzxxing
andauthored
Update mcp_proxy_for_aws/sigv4_helper.py
Co-authored-by: wzxxing <169175349+wzxxing@users.noreply.github.com> Signed-off-by: Kyon <91875365+kyoncal@users.noreply.github.com>
1 parent a18f63c commit 4e7c380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp_proxy_for_aws/sigv4_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@ async def _inject_metadata_hook(metadata: Dict[str, Any], request: httpx.Request
298298

299299
except (json.JSONDecodeError, KeyError, TypeError) as e:
300300
# Not a JSON request or invalid format, skip metadata injection
301-
logger.info('Skipping metadata injection: %s', e)
301+
logger.debug('Skipping metadata injection: %s', e)

0 commit comments

Comments
 (0)