Skip to content

TEL-372: log feature flag#599

Closed
hechen-eng wants to merge 1 commit intomainfrom
log_krisp
Closed

TEL-372: log feature flag#599
hechen-eng wants to merge 1 commit intomainfrom
log_krisp

Conversation

@hechen-eng
Copy link
Contributor

No description provided.

@hechen-eng hechen-eng requested a review from a team as a code owner February 25, 2026 20:51
Comment on lines +701 to +706
for key, value := range disp.FeatureFlags {
c.appendLogValues("featureFlag_"+key, value)
}
for _, feature := range disp.EnabledFeatures {
c.appendLogValues(feature.String(), "true")
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Not currently necessary imo - we already have logs of all requests coming into the system.

@hechen-eng hechen-eng closed this Feb 25, 2026
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