changeset 1209:eac242136ce4

minor
author Devel 1
date Mon, 22 Jun 2020 14:34:56 +0200
parents d34d903285ed
children cffe2ffaf4df
files stress-tester/src/test/java/com/passus/st/emitter/raw/PcapUnidirectionalRawPacketWorkerTest.java
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stress-tester/src/test/java/com/passus/st/emitter/raw/PcapUnidirectionalRawPacketWorkerTest.java	Mon Jun 22 14:22:01 2020 +0200
+++ b/stress-tester/src/test/java/com/passus/st/emitter/raw/PcapUnidirectionalRawPacketWorkerTest.java	Mon Jun 22 14:34:56 2020 +0200
@@ -20,6 +20,12 @@
 
 public class PcapUnidirectionalRawPacketWorkerTest {
 
+    static {
+        com.passus.st.Log4jConfigurationFactory.enableFactory("debug");
+        com.passus.commons.Log4jConfigurationFactory.enableFactory("debug");
+        System.out.println("enabled");
+    }
+
     private final MapBasedMACAddressResolver macResolver = new MapBasedMACAddressResolver();
 
     private final TestPortPool portPool = new TestPortPool();