From a2b10f1bfb948b37425f8c30c5e9445c0671d83d Mon Sep 17 00:00:00 2001 From: Nicky <31034418+nickybondarenko@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:51:26 +0100 Subject: [PATCH] fix: Align debug resolve log wording on all platforms (#188) fix: align debug resolve log wording on all platforms --- Confidence/src/main/java/com/spotify/confidence/DebugLogger.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Confidence/src/main/java/com/spotify/confidence/DebugLogger.kt b/Confidence/src/main/java/com/spotify/confidence/DebugLogger.kt index a335f36..580ae02 100644 --- a/Confidence/src/main/java/com/spotify/confidence/DebugLogger.kt +++ b/Confidence/src/main/java/com/spotify/confidence/DebugLogger.kt @@ -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}" )