From 4a115222f1930fe69b44c6f51ce6f31888597f37 Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 3 May 2016 15:36:39 -0700 Subject: [PATCH] [esmv] set the log level to ERROR --- grunt/config/esvm.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/grunt/config/esvm.js b/grunt/config/esvm.js index 14ea006db..31c3047f0 100644 --- a/grunt/config/esvm.js +++ b/grunt/config/esvm.js @@ -14,6 +14,7 @@ var versionedOpts = [ directory: fromRoot('esvm'), nodes: 1, quiet: false, + logLevel: 'ERROR', config: { 'path.data': fromRoot('esvm/data_dir'), 'node.name': 'elasticsearch_js_test_runner', diff --git a/package.json b/package.json index d612292f8..e9a7f2c56 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "grunt-contrib-copy": "~0.4.1", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "~0.5.3", - "grunt-esvm": "^3.1.1", + "grunt-esvm": "^3.2.0", "grunt-mocha-cov": "^0.4.0", "grunt-open": "~0.2.2", "grunt-prompt": "~0.1.2",