Skip to content

Commit 7a76582

Browse files
committed
chore: add missing debugging log for all feats
1 parent f0a852a commit 7a76582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: aws_lambda_powertools/utilities/feature_flags/feature_flags.py

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ def get_enabled_features(self, *, context: Optional[Dict[str, Any]] = None) -> L
237237
logger.debug(f"Failed to fetch feature flags from store, returning empty list, reason={err}")
238238
return features_enabled
239239

240+
logger.debug("Evaluating all features")
240241
for name, feature in features.items():
241242
rules = feature.get(schema.RULES_KEY, {})
242243
feature_default_value = feature.get(schema.FEATURE_DEFAULT_VAL_KEY)

0 commit comments

Comments
 (0)