You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/06/15 21:07:21 UTC

[GitHub] [trafficcontrol] rawlinp commented on a change in pull request #5941: Show delivery service ID in TR log output

rawlinp commented on a change in pull request #5941:
URL: https://github.com/apache/trafficcontrol/pull/5941#discussion_r652150957



##########
File path: traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/router/HTTPRouteResult.java
##########
@@ -60,6 +61,10 @@ public void setUrl(final URL url) {
 		return deliveryServices;
 	}
 
+	public String getDeliveryServicesLogString() {
+		return this.getDeliveryServices().stream().map(DeliveryService::getId).collect(Collectors.joining("|"));

Review comment:
       Is this due to `CLIENT_STEERING` delivery services? We want to log the target DS XML IDs joined with `|` instead of logging the XML ID of the `CLIENT_STEERING` DS?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org