marcaurele commented on a change in pull request #2302: CLOUDSTACK-10122:
Unrelated error message
URL: https://github.com/apache/cloudstack/pull/2302#discussion_r147920880
##########
File path:
engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
##########
@@ -1423,7 +1423,7 @@ public void prepare(VirtualMachineProfile vm,
DeployDestination dest) throws Sto
}
}
catch (Throwable e){
- s_logger.debug("[NSX_PLUGIN_LOG] ERROR: " +
e.getMessage());
Review comment:
Agree with @rafaelweingartner - it should be removed all together. It would
be hard anyway to track the problem since the log output will only output the
message and not the stack trace. If we're trying to catch any error, the stack
is very important to understand the issue. This would normally be done at a
higher level if the exception isn't caught here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services