Skip to content

Commit

Permalink
Increase logging on qa:mixed-cluster tests
Browse files Browse the repository at this point in the history
Hopefully helps to figure out why the nodes have trouble starting up.
  • Loading branch information
ywelsch committed Nov 9, 2017
1 parent b866e07 commit e09189f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ for (Version version : wireCompatVersions) {
numNodes = 4
numBwcNodes = 2
bwcVersion = version

setting 'logger.level', 'DEBUG'
setting 'logger.org.elasticsearch.discovery', 'TRACE'
}

Task versionBwcTest = tasks.create(name: "${baseName}#bwcTest") {
Expand Down

0 comments on commit e09189f

Please sign in to comment.