Not logging or re-throwing the exceptions 55/17055/1
authorrama-huawei <rama.subba.reddy.s@huawei.com>
Tue, 3 Oct 2017 13:34:29 +0000 (19:04 +0530)
committerrama-huawei <rama.subba.reddy.s@huawei.com>
Tue, 3 Oct 2017 13:35:03 +0000 (19:05 +0530)
Issue-id:SO-175

Change-Id: I1e1e9e1d6f8bafb4e3a18c6d81565f908753ebf0
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
adapters/mso-vnf-adapter/src/main/java/org/openecomp/mso/adapters/vnf/BpelRestClient.java

index 7df05f8..9afe3bf 100644 (file)
@@ -282,6 +282,7 @@ public class BpelRestClient {
                                client.close();
                        } catch (IOException e) {
                                // ignore
+                               LOGGER.debug("IOException: ", e);
                        }
                }
                LOGGER.debug("Response code from BPEL server: "+lastResponseCode);