10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5052099 commit de2629dCopy full SHA for de2629d
localstack/aws/accounts.py
@@ -117,7 +117,7 @@ def get_account_id_from_access_key_id(access_key_id: str) -> str:
117
if not config.PARITY_AWS_ACCESS_KEY_ID:
118
# If AWS_ACCESS_KEY_ID has production AWS credentials, ignore them
119
if access_key_id.startswith("ASIA") or access_key_id.startswith("AKIA"):
120
- LOG.warning(
+ LOG.debug(
121
"Ignoring production AWS credentials provided to LocalStack. Falling back to default account ID."
122
)
123
0 commit comments