Closed will-e-yams closed 5 years ago
Hello @will-e-yams, first, thanks for using this module.
Now, about this issue. I just fixed in version 1.1.1, that does not mean you error is fixed, but now You can see where the real error in your app it is. If you can please try again with the new version.
I have a question. Are you using Pino as the logger of your app? I asked because this module is intended to in conjunction with Pino.
Best regards.
when starting my app, i am getting following error:
more details
my command statement (from my
package.json
) is as follows:"dev": "nodemon --inspect src/server.js | node src/services/logTransport.js",
here is the transport file:
this is my first time trying to pipe output to another process, so apologies if i'm missing something obvious.