sureshanaparti commented on code in PR #9873:
URL: https://github.com/apache/cloudstack/pull/9873#discussion_r1900082934
##########
server/src/main/java/org/apache/cloudstack/region/gslb/GlobalLoadBalancingRulesServiceImpl.java:
##########
@@ -387,7 +390,7 @@ public void doInTransactionWithoutResult(TransactionStatus
status) {
// apply the gslb rule on to the back end gslb service providers
if (!applyGlobalLoadBalancerRuleConfig(gslbRuleId, false)) {
- logger.warn("Failed to remove load balancer rules " +
lbRuleIdsToremove + " from global load balancer rule id " + gslbRuleId);
+ logger.warn("Failed to remove load balancer rules {} from
global load balancer rule id {}", lbRuleIdsToremove, gslbRule);
Review Comment:
```suggestion
logger.warn("Failed to remove load balancer rules {} from
global load balancer rule {}", lbRuleIdsToremove, gslbRule);
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]