sureshanaparti commented on code in PR #9873:
URL: https://github.com/apache/cloudstack/pull/9873#discussion_r1900083076
##########
server/src/main/java/org/apache/cloudstack/region/gslb/GlobalLoadBalancingRulesServiceImpl.java:
##########
@@ -284,7 +287,7 @@ public void doInTransactionWithoutResult(TransactionStatus
status) {
// apply the gslb rule on to the back end gslb service providers
on zones participating in gslb
if (!applyGlobalLoadBalancerRuleConfig(gslbRuleId, false)) {
- logger.warn("Failed to add load balancer rules " +
newLbRuleIds + " to global load balancer rule id " + gslbRuleId);
+ logger.warn("Failed to add load balancer rules {} to global
load balancer rule id {}", newLbRuleIds, gslbRule);
Review Comment:
```suggestion
logger.warn("Failed to add load balancer rules {} to global
load balancer rule {}", newLbRuleIds, 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]