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 f054e22 commit af87910Copy full SHA for af87910
datadog_lambda/api.py
@@ -67,7 +67,7 @@ def get_api_key() -> str:
67
REGION = os.environ.get("AWS_REGION", "")
68
is_gov_region = REGION.startswith("us-gov-")
69
if is_gov_region:
70
- logger.info(
+ logger.debug(
71
"Govcloud region detected. Using FIPs endpoints for secrets management."
72
)
73
0 commit comments