mirror of https://github.com/pelias/api.git
Browse Source
In some error cases, a warning is repeated many many times. It turns out there is code checking against elasticsearch error codes, and warning _each_ time it fails to match aganst one of them. Many times, the error that is being compared is not from elasticsearch, and in any case, the [elasticsearch-exceptions](https://www.npmjs.com/package/elasticsearch-exceptions) module is 3 years old. We should rewrite most of this code and stop using that module. For now, this at least reduces log noise.pull/1107/head
Julian Simioni
7 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue