mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 15:06:00 +00:00
NIFI-984: Bad class used for logging in TestDetectDuplicate
Using TestListenUDP instead of TestDetectDuplicate when creating the logger. This closes #89 Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
parent
d75c7b54e8
commit
14eaeeb1ee
@ -52,7 +52,7 @@ public class TestDetectDuplicate {
|
||||
System.setProperty("org.slf4j.simpleLogger.log.nifi.io.nio", "debug");
|
||||
System.setProperty("org.slf4j.simpleLogger.log.nifi.processors.standard.DetectDuplicate", "debug");
|
||||
System.setProperty("org.slf4j.simpleLogger.log.nifi.processors.standard.TestDetectDuplicate", "debug");
|
||||
LOGGER = LoggerFactory.getLogger(TestListenUDP.class);
|
||||
LOGGER = LoggerFactory.getLogger(TestDetectDuplicate.class);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user