Policy TestSuite Enabled
[policy/engine.git] / ECOMP-PAP-REST / src / main / java / org / openecomp / policy / pap / xacml / rest / components / ClosedLoopPolicy.java
index c2ab845..264602a 100644 (file)
@@ -80,7 +80,7 @@ public class ClosedLoopPolicy extends Policy {
                                }
                                this.policyAdapter.setJsonBody(body);
                        } catch (Exception e) {
-                               e.printStackTrace();
+                               LOGGER.error("Exception Occured"+e);
                        }
 
                        if(policyName.endsWith(".xml")){
@@ -92,7 +92,6 @@ public class ClosedLoopPolicy extends Policy {
 
                } catch (Exception e) {
                        LOGGER.error("Exception Occured while writing Configuration Data"+e);
-                       e.printStackTrace();
                } 
        }