updated elasticsearch dep and set the logging level to 'info'

This commit is contained in:
Spencer Alger 2014-07-23 11:25:53 -07:00
parent 958f2ecf6f
commit 33dd5dec6f
2 changed files with 3 additions and 2 deletions

View file

@ -42,7 +42,7 @@
"angular-elastic": "~2.3.3",
"inflection": "~1.3.5",
"FileSaver": "*",
"elasticsearch": "~2.2.0",
"elasticsearch": "*",
"bluebird": "~2.1.3",
"lesshat": "~3.0.2"
},

View file

@ -8,7 +8,8 @@ define(function (require) {
if (es) return es;
es = esFactory({
host: configFile.elasticsearch
host: configFile.elasticsearch,
log: 'info'
});
return es;