Skip to content

Commit

Permalink
fix: remove exception logging during evaluation (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Jul 2, 2024
1 parent 5c7bd14 commit 0ed625f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openfeature/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,6 @@ def evaluate_flag_details( # noqa: PLR0915
return flag_evaluation

except OpenFeatureError as err:
logger.exception(
"Error %s while evaluating flag with key: '%s'",
err.error_code,
flag_key,
)

error_hooks(flag_type, hook_context, err, reversed_merged_hooks, hook_hints)

return FlagEvaluationDetails(
Expand Down

0 comments on commit 0ed625f

Please sign in to comment.