Skip to content

Commit

Permalink
Fix log text.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLin0991 committed Nov 16, 2023
1 parent bff8916 commit bb26f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/app-api/src/launchDarkly/launchDarkly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function offlineLDService(): LDService {
},
allFlags: async (context) => {
logError(
'getFeatureFlag',
'allFlags',
`No connection to LaunchDarkly, fallback to offlineLDService with default values`
)
setErrorAttributesOnActiveSpan(
Expand Down

0 comments on commit bb26f8b

Please sign in to comment.