Revert "Increase logging on qa:mixed-cluster tests"

This reverts commit e04e5ab037f6598521cd3707cb57a26a85f364d8 as we no longer need the increased
logging for the mixed cluster tests. This will reduce the size of logs for some build failures.
This commit is contained in:
jaymode 2017-12-15 10:41:37 -07:00
parent 916e7dbe29
commit 541e142a6d
No known key found for this signature in database
GPG Key ID: D859847567B3493D

View File

@ -45,9 +45,6 @@ for (Version version : versionCollection.versionsWireCompatibleWithCurrent) {
numNodes = 4
numBwcNodes = 2
bwcVersion = version
setting 'logger.level', 'DEBUG'
setting 'logger.org.elasticsearch.discovery', 'TRACE'
}
Task versionBwcTest = tasks.create(name: "${baseName}#bwcTest") {