Skip to content

Commit

Permalink
chore(bazel): Do not quote URLs in logs for visual simplicity
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Aug 26, 2024
1 parent d95b8b2 commit 93ea5b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface RemoteBazelModuleRegistryService : BazelModuleRegistryService {
val contentType = "application/json".toMediaType()
val baseUrl = url ?: DEFAULT_URL

logger.info { "Creating remote Bazel module registry at '$baseUrl'." }
logger.info { "Creating remote Bazel module registry at $baseUrl." }

val retrofit = Retrofit.Builder()
.client(bmrClient)
Expand Down

0 comments on commit 93ea5b3

Please sign in to comment.