Skip to content

Commit af87910

Browse files
committed
change to debug
1 parent f054e22 commit af87910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_lambda/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_api_key() -> str:
6767
REGION = os.environ.get("AWS_REGION", "")
6868
is_gov_region = REGION.startswith("us-gov-")
6969
if is_gov_region:
70-
logger.info(
70+
logger.debug(
7171
"Govcloud region detected. Using FIPs endpoints for secrets management."
7272
)
7373

0 commit comments

Comments
 (0)