You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -376,6 +376,8 @@ The logging hook is a hook which logs messages during the flag evaluation life-c
> The evaluation context **SHOULD** only be logged if an associated option indicates so.
The can be a constructor option or similar, for example: `boolean printContext`.
> If logging the evaluation context is enabled, it **MUST** be printed in such a way that it's human readable.
> If the logger abstraction in the SDK supports a log level concept, the appropriate log level **SHOULD** be used for each stage (before/after: info, error: error).