sureshanaparti commented on a change in pull request #5353:
URL: https://github.com/apache/cloudstack/pull/5353#discussion_r710466153
##########
File path:
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java
##########
@@ -453,10 +453,6 @@ private String getCommandLogTitle(Command cmd) {
@Override
public Answer executeRequest(Command cmd) {
-
- if (s_logger.isTraceEnabled())
- s_logger.trace("Begin executeRequest(), cmd: " +
cmd.getClass().getSimpleName());
-
Review comment:
@SadiJr Better to call _logCommand()_ here (or somewhere at L#466 before
executing the actual cmd method), instead adding it in all the cmd execute
methods.
--
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]