increase logging level to DEBUG in backwards-5.0 tests
This commit is contained in:
parent
b30732c464
commit
68a0d20ccd
|
@ -19,5 +19,6 @@ integTest {
|
||||||
numNodes = 2
|
numNodes = 2
|
||||||
numBwcNodes = 1
|
numBwcNodes = 1
|
||||||
bwcVersion = "6.0.0-alpha1-SNAPSHOT" // this is the same as the current version until we released the first RC
|
bwcVersion = "6.0.0-alpha1-SNAPSHOT" // this is the same as the current version until we released the first RC
|
||||||
|
setting 'logger.org.elasticsearch', 'DEBUG'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue