Policy TestSuite Enabled
[policy/engine.git] / ECOMP-PAP-REST / src / main / java / org / openecomp / policy / pap / xacml / rest / policycontroller / PolicyCreation.java
index b9d6def..46d02d9 100644 (file)
@@ -466,7 +466,7 @@ public class PolicyCreation extends AbstractPolicyCreation{
 
                }
                catch (Exception e){
-                       e.printStackTrace();
+                       LOGGER.error("Exception Occured"+e);
                }
                return new ResponseEntity<String>(body, status);
        }