You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/23 11:28:23 UTC

[GitHub] [cloudstack] sureshanaparti commented on a change in pull request #5353: Improve VMWare logs

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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org