-
Notifications
You must be signed in to change notification settings - Fork 111
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.0.0 results in error #57
Comments
You can see the definition for the We'd welcome a PR for this if you'd care to investigate! |
I'm afraid that I don't have time to work on it myself, but it seemed odd to me that the clone function was removed (though it appears not all the way), but it is still referenced in other parts of the codebase. |
We're focused on pushing a final release of |
(Incidentally |
Any update here? When is compatibility to winston 3 planned? If you already have a rough idea of what needs to be done and it is'nt too much work I could provide a PR. |
PR would be welcome. EDIT: more context the |
Well, there's a lot of open PRs already ^^ |
Seems a little weird that the custom transports aren't really ready for winston@3. Such bugs shouldn't occur for stable software which seems to be maintained by the same developers! Why did this go through QA? |
Same problem here |
Let's discuss on #61 -- interested parties welcome to chime in there... |
I am hitting this bug. |
Still broken Error: { clone } was removed in [email protected]. |
@jakubmz At the time, I think there was some discussion around winston-loggly-bulk vs. winston-loggly (#61 (comment)). Open to opinions on which package should be preferred going forwards, and/or if there are meaningful differences between the two |
Thanks
El lun, 4 dic 2023 a la(s) 01:34, David Hyde ***@***.***)
escribió:
… @jakubmz <https://github.com/jakubmz> At the time, I think there was some
discussion around winston-loggly-bulk vs. winston-loggly (#61 (comment)
<#61 (comment)>).
Open to opinions on which package should be preferred going forwards,
and/or if there are meaningful differences between the two
—
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ62E6Y4GFVNJJTMLHODYILYHUSAZAVCNFSM4E24NJB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBTG43TAMRQHE2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Jakub Michal Zawada Zegan *+34 619 786 564 *FeedYourWeb.com
<https://feedyourweb.com/>*
|
In trying to use winston 3.0.0 the following error was received:
{ clone } was removed in [email protected].
It looks like this is used on line 102 of winston-loggly.js and causes an error. Any way to work around this?The text was updated successfully, but these errors were encountered: