featurevisor / featurevisor

Feature flags, experiments, and remote config management with GitOps

Home Page:https://featurevisor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more debug level logs to SDK

fahad19 opened this issue · comments

Background

Add more debug logs

Places I can think of:

Basically wherever we return evaluation;, the line before should ideally emit a debug log.

Why?

We can debug more precisely when we are in tricky spots to understand why some evaluations are working the way they are, either correctly or incorrectly.