sureshanaparti commented on a change in pull request #5353:
URL: https://github.com/apache/cloudstack/pull/5353#discussion_r693887814
##########
File path:
plugins/hypervisors/vmware/src/main/java/com/cloud/storage/resource/VmwareStorageProcessor.java
##########
@@ -1860,11 +1863,13 @@ public Answer createTemplateFromSnapshot(CopyCommand
cmd) {
}
vmMo = clonedVm;
}
+ s_logger.debug(String.format("Exporting volume to export path
[%s], with VM config [%s].", exportPath, _gson.toJson(vmMo)));
Review comment:
noticed this log multiple times, is it possible to move the log to
_exportVm()_ method in VirtualMachineMO class
--
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]