Skip to content

Commit

Permalink
fix: Align debug resolve log wording on all platforms (#188)
Browse files Browse the repository at this point in the history
fix: align debug resolve log wording on all platforms
  • Loading branch information
nickybondarenko authored Dec 3, 2024
1 parent 49ae096 commit a2b10f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ internal class DebugLoggerImpl(private val filterLevel: LoggingLevel, private va

override fun logResolve(flag: String, context: JsonElement) {
debug(
"[Resolve Debug] " +
"See resolves for $flag in Confidence: " +
"https://app.confidence.spotify.com/flags/resolver-test?client-key=$clientKey&flag=flags/" +
"${flag.urlEncoded}&context=${context.urlEncoded}"
)
Expand Down

0 comments on commit a2b10f1

Please sign in to comment.