Router now requires pino-elasticsearch
cjus opened this issue · 5 comments
cjus commented
Reported by @taurenk
/Users/tkristich/Projects/fwsp-hydra-router/node_modules/fwsp-logger/lib/PinoLogger.js:146
throw new Error(`Failed to start pino-elasticsearch: ${err}`);
^
Error: Failed to start pino-elasticsearch: Error: spawn pino-elasticsearch ENOENT
Temporary fix is to install pino-elasticsearch via:
$ npm install -g pino-elasticsearch
Need to patch code or add to package.json for a proper fix.
emadum commented
This is still a problem. I'm going to push a fix to fwsp-logger for this right now.
emadum commented
Fixed in fwsp-logger 0.1.5.
cjus commented
Cool thanks. I'll update Hydra-Router.
cjus commented
Fixed in Hydra-router 1.2.8