[TEST] Increase ml datafeed logging to understand test failure
DatafeedJobsIT has been failing. This change increases logging to investigate those failures. Original commit: elastic/x-pack-elasticsearch@0c7c29ac29
This commit is contained in:
parent
bf110ba05e
commit
1f9ddb6937
|
@ -334,6 +334,7 @@ integTestRunner {
|
|||
|
||||
integTestCluster {
|
||||
setting 'xpack.ml.enabled', 'true'
|
||||
setting 'logger.org.elasticsearch.xpack.ml.datafeed', 'TRACE'
|
||||
// Integration tests are supposed to enable/disable exporters before/after each test
|
||||
setting 'xpack.monitoring.exporters._local.type', 'local'
|
||||
setting 'xpack.monitoring.exporters._local.enabled', 'false'
|
||||
|
|
Loading…
Reference in New Issue