Skip to content

Commit

Permalink
Merge pull request #469 from pelias/dbclient-name
Browse files Browse the repository at this point in the history
feat(logger): Use dbclient name functionality
  • Loading branch information
orangejulius authored Feb 22, 2019
2 parents ab1b56f + f7fce41 commit 14bd9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"pbf2json": "^5.0.0",
"pelias-blacklist-stream": "^1.0.0",
"pelias-config": "^3.3.0",
"pelias-dbclient": "^2.5.6",
"pelias-dbclient": "^2.8.0",
"pelias-logger": "^1.2.1",
"pelias-model": "^5.7.1",
"pelias-wof-admin-lookup": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion stream/importPipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ streams.import = function(){
.pipe( streams.categoryMapper( categoryDefaults ) )
.pipe( streams.adminLookup() )
.pipe( streams.dbMapper() )
.pipe( streams.elasticsearch() );
.pipe( streams.elasticsearch({name: 'openstreetmap'}) );
};

module.exports = streams;

0 comments on commit 14bd9b5

Please sign in to comment.