DaanHoogland commented on code in PR #6413:
URL: https://github.com/apache/cloudstack/pull/6413#discussion_r903309518
##########
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VMwareGuru.java:
##########
@@ -270,10 +262,15 @@ protected VMwareGuru() {
}
}
+ if (s_logger.isTraceEnabled()) {
+ s_logger.trace(String.format("Command of type %s is going to be
executed in sequence? %b", cmd.getClass(), cmd.executeInSequence()));
+ s_logger.trace(String.format("Command of type %s is going to need
delegation? %b", cmd.getClass(), needDelegation));
Review Comment:
yes we could but they denote separate conditions in trace messages so give a
different message to look for/grep
--
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]