Skip to content

Allow bring your own logger to Feature Flags #702

Closed
@gwlester

Description

@gwlester

Is your feature request related to a problem? Please describe.

Users would like to use a customized logger.

Describe the solution you'd like

Add the ability to pass a logger instance, defaulted to None into the object creation of the following classes:

  • AppConfigStore
  • FeatureFlags
  • SchemaValidator
  • FeaturesValidator
  • RulesValidator
  • ConditionsValidator

The init method would create a logger instance if None was passed in.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions