Set log level to trace for package action.support.broadcast in the RecoveryPercolatorTests#testSinglePercolator_recovery test.

This commit is contained in:
Martijn van Groningen 2013-09-12 10:19:10 +02:00
parent fddb7420ae
commit d3aacba6c6
1 changed files with 1 additions and 0 deletions

View File

@ -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);
} }