open-feature / flagd

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

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

Closed Kavindu-Dodan closed 5 months ago

Kavindu-Dodan commented 5 months 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 5 months ago

I'm taking this issue