-
Notifications
You must be signed in to change notification settings - Fork 41
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
Winston 3 #29
Winston 3 #29
Conversation
Thanks for this. I can merge it, although it seems like the main maintainers of this project (the ones with npm push access) have abandoned this project. I would suggest creating your own fork of this project. |
Sure, no problem, thanks for the follow up. |
What's the state of this project and/or your fork @mgibeau ? |
Reopening this because @indexzero gave @mgibeau write access to this repo — so hopefully he can take over as the maintainer and get this working well for winston@3. This PR should probably be merged — we need some starting point at least for a winston@3 version — though I have not taken a careful look at it. If @mgibeau takes over then he should feel free to merge this and do whatever is necessary to keep this working well for winston@3 :) Thanks all! |
@binarymist I'm currently using the fork in one of our project and aside from the stream implementation, it's working well. I'll look into adding a few more tests and a more complete pipeline as next items. Let me know if you run into issues. @DABH I'll reach out for the NPM access. Ideally, I'd like to have a pipeline handle this automatically on tagged commits :) |
There have been several issues open asking for a new NPM release, but glad to see the project still being monitored, that's great news! |
Yeah, hopefully with winston@3 becoming more stable now, we can give some new life to all the community transports, let's see :) Asked indexzero regarding npm access so hopefully we see some new npm releases soon. |
Good work contributors!
All of which will be sent on three different channels minimum at different times, in the form of:
which is consumed by subscribbers converting the messages into SSEs (AKA EventSource) to be sent to a CLI somewhere on the internet. |
This PR adds support for Winston 3 (#28). I bumped the version to 3.0.0 as I had to refactor and drop a bunch of options. I updated the tests but I haven't checked for backward compatibility...
Also in this update: