Not logging or re-throwing the exceptions 59/17059/1
authorrama-huawei <rama.subba.reddy.s@huawei.com>
Tue, 3 Oct 2017 13:55:21 +0000 (19:25 +0530)
committerrama-huawei <rama.subba.reddy.s@huawei.com>
Tue, 3 Oct 2017 13:55:21 +0000 (19:25 +0530)
Issue-id: SO-175

Change-Id: Id6bf21f4ca857c330c0b719dc2d2651fa1976dee
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/SdncUnderlayVpnOperationClient.java

index 8832fe1..8d2cb1e 100644 (file)
@@ -73,7 +73,7 @@ public class SdncUnderlayVpnOperationClient {
         try {
             networkRpcOutputEntiy = genericResourceApiClient.postNetworkTopologyOperation(body).execute().body();
         } catch (Exception e) {
-            e.printStackTrace();
+            logger.debug("Exception: ", e);
             updateProgress(RequestsDbConstant.Status.ERROR, null, null, "sendRestrequestAndHandleResponse exception:" + e.getMessage());
             return false;
         }