log debug in testShadowReplicaNaturalRelocation
This commit is contained in:
parent
1914df7b5f
commit
1fe92360bc
|
@ -599,7 +599,7 @@ public class IndexWithShadowReplicasIT extends ESIntegTestCase {
|
||||||
// deleting the index and hence, deleting all the shard data for the index, the test
|
// 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
|
// failure still showed some Lucene files in the data directory for that index. Not sure
|
||||||
// why that is, so turning on more logging here.
|
// 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 {
|
public void testShadowReplicaNaturalRelocation() throws Exception {
|
||||||
Path dataPath = createTempDir();
|
Path dataPath = createTempDir();
|
||||||
Settings nodeSettings = nodeSettings(dataPath);
|
Settings nodeSettings = nodeSettings(dataPath);
|
||||||
|
|
Loading…
Reference in New Issue