Replaced prinstacktrace with logger 88/78388/2
authorJegadeesh Babu <jegabab1@in.ibm.com>
Wed, 13 Feb 2019 12:38:08 +0000 (18:08 +0530)
committerJoss Armstrong <joss.armstrong@ericsson.com>
Wed, 13 Feb 2019 17:15:56 +0000 (17:15 +0000)
Replaced printStackTrace with logger

Issue-ID: APPC-1424
Change-Id: I582b497fe3f483ec14abf6b61f488204c02238b8
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
appc-inbound/appc-interfaces-service/bundle/src/main/java/org/onap/appc/interfaces/service/InterfacesServiceProviderImpl.java

index 52a97ff..caf0247 100644 (file)
@@ -7,6 +7,7 @@
  * Copyright (C) 2017 Amdocs
  * ================================================================================
  * Modifications Copyright (C) 2019 Ericsson
+ * Modifications Copyright (C) 2019 IBM
  * =============================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -65,7 +66,6 @@ public class InterfacesServiceProviderImpl implements InterfacesServiceService{
         }
         catch(Exception e){
             log.error("Error" + e.getMessage());
-            e.printStackTrace();
             statusBuilder.setCode("401");
             statusBuilder.setMessage("failure");
         }