-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecation errors with nodejs v12 #55
Comments
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 Kindly install using:
and use like this:
|
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.
The text was updated successfully, but these errors were encountered: