open-feature / flagd

A feature flag daemon with a Unix philosophy
https://openfeature.dev
Apache License 2.0
452 stars 54 forks source link

[FEATURE] Allow flagd debug flag to be set through environment variable #1323

Closed Kavindu-Dodan closed 1 month ago

Kavindu-Dodan commented 1 month ago

Background

flagd debug flag is defined at the root level and available as a persistent flag. However persistent flags are not modifiable through environment variables.

Requirement

Given flagd support environment variable-based configurations, we should add support to define debug flag through environment variable (ex:- FLAG_DEBUG or DEBUG)

Also consider the following,

snosratiershad commented 1 month ago

I'm taking this issue