log debug in testShadowReplicaNaturalRelocation

This commit is contained in:
Boaz Leskes 2016-10-11 10:35:47 +02:00
parent 1914df7b5f
commit 1fe92360bc
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ public class IndexWithShadowReplicasIT extends ESIntegTestCase {
// deleting the index and hence, deleting all the shard data for the index, the test
// failure still showed some Lucene files in the data directory for that index. Not sure
// why that is, so turning on more logging here.
@TestLogging("org.elasticsearch.indices:TRACE,org.elasticsearch.env:TRACE")
@TestLogging("org.elasticsearch.indices:TRACE,org.elasticsearch.env:TRACE,_root:DEBUG")
public void testShadowReplicaNaturalRelocation() throws Exception {
Path dataPath = createTempDir();
Settings nodeSettings = nodeSettings(dataPath);