From 05e5f073a1f70bb003121b6a77700eddc3f23e3e Mon Sep 17 00:00:00 2001 From: Konrad Jamrozik Date: Thu, 19 Jan 2023 11:49:32 -0800 Subject: [PATCH] write out repo URL --- .../notification-creator/NotificationConfigurator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/notification-configuration/notification-creator/NotificationConfigurator.cs b/tools/notification-configuration/notification-creator/NotificationConfigurator.cs index adecdc32fcb..97ac9333908 100644 --- a/tools/notification-configuration/notification-creator/NotificationConfigurator.cs +++ b/tools/notification-configuration/notification-creator/NotificationConfigurator.cs @@ -186,8 +186,8 @@ private async Task SyncTeamWithCodeOwnerFile(BuildDefinition pipeline, WebApiTea } // Get contents of CODEOWNERS - logger.LogInformation("Fetching CODEOWNERS file"); Uri repoUrl = pipeline.Repository.Url; + logger.LogInformation("Fetching CODEOWNERS file from repo url '{repoUrl}'", repoUrl); if (repoUrl != null) {