Code changes to address review comments.

This commit is contained in:
Debdatta Kunda 2023-08-16 12:42:25 -07:00
Родитель 29faa468d6
Коммит d2b9f6b501
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -317,10 +317,7 @@ namespace Microsoft.Azure.Cosmos.Routing
}
catch (Exception ex)
{
DefaultTrace.TraceWarning("Failed to refresh addresses in the background for the collection rid: {0} with exception: {1}. '{2}'",
partitionKeyRangeIdentity.CollectionRid,
ex,
System.Diagnostics.Trace.CorrelationManager.ActivityId);
DefaultTrace.TraceWarning($"Failed to refresh addresses in the background for the collection rid: {partitionKeyRangeIdentity.CollectionRid} with exception: {ex}. '{System.Diagnostics.Trace.CorrelationManager.ActivityId}'");
}
});
}