sureshanaparti commented on code in PR #9873:
URL: https://github.com/apache/cloudstack/pull/9873#discussion_r1900082598
##########
server/src/main/java/org/apache/cloudstack/region/gslb/GlobalLoadBalancingRulesServiceImpl.java:
##########
@@ -542,7 +545,7 @@ public GlobalLoadBalancerRule
updateGlobalLoadBalancerRule(UpdateGlobalLoadBalan
_gslbRuleDao.update(gslbRule.getId(), gslbRule);
try {
- logger.debug("Updating global load balancer with id " +
gslbRule.getUuid());
+ logger.debug("Updating global load balancer with id {}", gslbRule);
Review Comment:
```suggestion
logger.debug("Updating global load balancer rule {}", 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]