increase logging level to DEBUG in backwards-5.0 tests

This commit is contained in:
Boaz Leskes 2016-11-07 22:18:24 +01:00
parent b30732c464
commit 68a0d20ccd
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ integTest {
numNodes = 2
numBwcNodes = 1
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'
}
}