-
Notifications
You must be signed in to change notification settings - Fork 160
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
hapi v17 support #568
Comments
Migration shouldn't be difficult but I really don't have the time to change the reporting interface again. I didn't get a strong opinion either way in the slack about deprecating good or not. The npm downloads, which I realize aren't a perfect metric, is in the thousands per day so people must be using it. |
I am using it but would be open to transition what would the plan be to migrate to? Winston or something else? |
@arb is there an ETA when we could expect an update? Now that hapi v17 final has been released 😄 |
If you want v17 support for this the best way is to submit a PR ;) |
I like If |
I quite like and am currently using |
@g-corneu Any luck? Otherwise I will take a stab also |
@corbinu I'm finishing up porting oppsy and am hoping to open a PR for that in the next couple of days since good depends on it. I'll move on to porting good after that; should be able to spend some dedicated time on it this weekend + first 2 days of next week. Happy to work together if you're interested and free. |
@g-corneu I finally had some time now that it is after Black Friday. I have a version of oppsy that is ready to go and have made some progress on good. Would be happy to sync up if you like. |
@g-corneu I finally had some time now that it is after Black Friday. I have
a version of oppsy that is ready to go and have made some progress on good.
Would be happy to sync up if you like.
I've had a lot less free time than I thought I would. :(
Feel free to do the PRs, if there's anything I can help with give me a shout.
:)
…--
Geraint Corneu
Full Stack Developer @ [Appointedd](https://www.appointedd.com/)
For my public PGP key or secure communications you can find me on
[Keybase](https://keybase.io/geraintcorneu/).
For other ways of contacting me visit my
[landing page](https://geraintcorneu.gitlab.io/landing-page/).
|
No worries TOTALLY know that feeling good luck! Will do thanks mostly now just doing more upgrades to node 8 syntax rather than just getting them working. |
@arb @hueniverse My understanding was that Good was the standard logging plugin for Hapi.js. What are y'all using that makes Good a potential target for deprecation? |
@lostthetrail people use a bunch of different solutions. I use my own. |
Do you have any examples? I've been using good for a few years now and would love to investigate some v17 compatible alternatives! |
Just an update I am digging through the last few issues and waiting for release of my oppsy update. Hoping to have a PR up in the next few days. Work just keeps getting in my way. |
Pushed up my progress here: https://github.com/corbinu/good Turned out some of the errors are just that goods current test suite fails on OS X. It is green on Linux now. However I am getting an warning from node: "Possible EventEmitter memory leak detected. 11 end listeners added. Use emitter.setMaxListeners() to increase limit" It does drop support for Wreck logging as the global events were removed in the most recent versions of Wreck. Feel free to try it out and give feedback! |
@corbinu I set it up in its most basic form and I have route logging printing now, so far so good! |
@framerate For simple logging I switched to bunyan (using hapi-bunny). As I mostly run containerized Node.js applications these days, I only need to log to |
Closed via #572 |
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |
What's the plan? Migrate? Deprecate?
The text was updated successfully, but these errors were encountered: