Open bdurrani opened 5 years ago
It doesn't look like PRs have been merged in a while :( I'd still love to see one so I can cherry-pick the change into our fork :D
I am getting same warning.
Any movement on this? Very quick fix to get rid of the ERROR.
I added a PR to address this. Anyway to get it merged and released?
Any chance we can get this merged?
You can try emailing the author, but I doubt anything will happen on GitHub. You can also just fork the project or reimplement the logger in your own code. Good luck :)
I have forked and patched express-bunyan-logger at: https://github.com/chaudhryjunaid/express-bunyan-logger PR: https://github.com/chaudhryjunaid/express-bunyan-logger/pull/1
Kindly install using:
npm i 'git+https://github.com/chaudhryjunaid/express-bunyan-logger.git'
and use like this:
app.use(require('@chaudhryjunaid/express-bunyan-logger')(loggerOptions));
I have published an npm package at: https://www.npmjs.com/package/@chaudhryjunaid/express-bunyan-logger
This library will generate deprecation warnings with node v12.
The fix is fairly straightforward. I can create a PR for it if one is required.