Skip to content

Chris/schy 380 sdk entitlement usage does not update from datastream#153

Open
cbrady wants to merge 3 commits into
mainfrom
chris/schy-380-sdk-entitlement-usage-does-not-update-from-datastream
Open

Chris/schy 380 sdk entitlement usage does not update from datastream#153
cbrady wants to merge 3 commits into
mainfrom
chris/schy-380-sdk-entitlement-usage-does-not-update-from-datastream

Conversation

@cbrady
Copy link
Copy Markdown
Contributor

@cbrady cbrady commented May 22, 2026

No description provided.

@cbrady cbrady self-assigned this May 22, 2026
@cbrady cbrady requested a review from a team as a code owner May 22, 2026 14:59
public partial class ClientOptions
{
public Dictionary<string, bool> FlagDefaults { get; set; } = new Dictionary<string, bool>();
public ISchematicLogger Logger { get; set; } = new ConsoleLogger();
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The OpenFeature implementation reads this directly rather than falling back as the main client does (_logger = _options.Logger ?? new ConsoleLogger(_options.LogLevel). So we should check if there's a logging regression for anyone using OpenFeature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants