Skip to content

Commit

Permalink
chore: add missing debugging log for all feats
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Aug 5, 2021
1 parent f0a852a commit 7a76582
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def get_enabled_features(self, *, context: Optional[Dict[str, Any]] = None) -> L
logger.debug(f"Failed to fetch feature flags from store, returning empty list, reason={err}")
return features_enabled

logger.debug("Evaluating all features")
for name, feature in features.items():
rules = feature.get(schema.RULES_KEY, {})
feature_default_value = feature.get(schema.FEATURE_DEFAULT_VAL_KEY)
Expand Down

0 comments on commit 7a76582

Please sign in to comment.