Add tests for application context retrieval
[lttng-ust-java-tests.git] / lttng-ust-java-tests-log4j / src / test / java / org / lttng / ust / agent / utils / Log4jTestUtils.java
index 3e67f1fe2335b439b837fc96e813cea7ca0025d5..b356dbe21f295a74e9393665aedd81f5c9c81d18 100644 (file)
@@ -43,6 +43,7 @@ public final class Log4jTestUtils {
             LttngLogAppender testAppender = new LttngLogAppender();
             testAppender.close();
         } catch (SecurityException | IOException e) {
+            e.printStackTrace();
             return false;
         }
         return true;
This page took 0.022582 seconds and 4 git commands to generate.