Policy TestSuite Enabled
[policy/engine.git] / ECOMP-XACML / src / test / java / org / openecomp / policy / xacml / test / TestBase.java
index 8f757ab..ef87b67 100644 (file)
@@ -494,7 +494,7 @@ public class TestBase extends SimpleFileVisitor<Path> {
                                this.sendRequest(file, group);
                        } catch (Exception e) {
                                logger.error(e);
-                               e.printStackTrace();
+                               logger.error("Exception Occured"+e);
                        }
                }
                return super.visitFile(file, attrs);