[esmv] set the log level to ERROR

This commit is contained in:
spalger
2016-05-03 15:36:39 -07:00
parent 98d6b4b172
commit 4a115222f1
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ var versionedOpts = [
directory: fromRoot('esvm'), directory: fromRoot('esvm'),
nodes: 1, nodes: 1,
quiet: false, quiet: false,
logLevel: 'ERROR',
config: { config: {
'path.data': fromRoot('esvm/data_dir'), 'path.data': fromRoot('esvm/data_dir'),
'node.name': 'elasticsearch_js_test_runner', 'node.name': 'elasticsearch_js_test_runner',

View File

@ -63,7 +63,7 @@
"grunt-contrib-copy": "~0.4.1", "grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "^1.0.1", "grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "~0.5.3", "grunt-contrib-watch": "~0.5.3",
"grunt-esvm": "^3.1.1", "grunt-esvm": "^3.2.0",
"grunt-mocha-cov": "^0.4.0", "grunt-mocha-cov": "^0.4.0",
"grunt-open": "~0.2.2", "grunt-open": "~0.2.2",
"grunt-prompt": "~0.1.2", "grunt-prompt": "~0.1.2",