Set log level to trace for package action.support.broadcast in the RecoveryPercolatorTests#testSinglePercolator_recovery test.
This commit is contained in:
parent
fddb7420ae
commit
d3aacba6c6
|
@ -273,6 +273,7 @@ public class RecoveryPercolatorTests extends AbstractNodesTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Slow
|
@Slow
|
||||||
|
@TestLogging("action.support.broadcast:TRACE")
|
||||||
public void testSinglePercolator_recovery() throws Exception {
|
public void testSinglePercolator_recovery() throws Exception {
|
||||||
percolatorRecovery(false);
|
percolatorRecovery(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue