JoaoJandre commented on code in PR #11181:
URL: https://github.com/apache/cloudstack/pull/11181#discussion_r2205141992
##########
server/src/main/java/org/apache/cloudstack/backup/BackupManagerImpl.java:
##########
@@ -1071,7 +1073,7 @@ private boolean attachVolumeToVM(Long zoneId, String
restoredVolumeLocation, Lis
}
volumeInfo.setType(Volume.Type.DATADISK);
- logger.debug("Attaching the restored volume to VM {}", vm);
+ logger.debug("Attaching the restored volume {} to VM {}.", () ->
ReflectionToStringBuilder.toString(volumeInfo, ToStringStyle.JSON_STYLE), () ->
vm);
Review Comment:
It may be better :)
--
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]