Skip to content

Commit 77d04af

Browse files
authored
Update iam_data.py
Leveraging the IAM Definition path message log should be set to Debug, not Info
1 parent 9b8e97a commit 77d04af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy_sentry/shared/iam_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
logger = logging.getLogger()
88
# On initialization, load the IAM data
99
iam_definition_path = DATASTORE_FILE_PATH
10-
logger.info(f"Leveraging the IAM definition at {iam_definition_path}")
10+
logger.debug(f"Leveraging the IAM definition at {iam_definition_path}")
1111
iam_definition = json.load(open(iam_definition_path, "r"))
1212

1313

0 commit comments

Comments
 (0)