[esmv] set the log level to ERROR
This commit is contained in:
@ -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',
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user