remove query parameter from log url

This commit is contained in:
ShunXian Cai 2018-02-26 15:42:20 -08:00
Родитель c68c0c4bb4
Коммит 8694c6cf19
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,7 @@ namespace Microsoft.Azure.WebJobs.Extensions.EventGrid
_logger = context.Config.LoggerFactory.CreateLogger<EventGridExtensionConfig>();
Uri url = context.GetWebhookHandler();
_logger.LogInformation($"registered EventGrid Endpoint = {url}");
_logger.LogInformation($"registered EventGrid Endpoint = {url?.GetLeftPart(UriPartial.Path)}");
// use converterManager as a hashTable
// also take benefit of identity converter