You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to get something to test HTTP transport and got the recommended by docs winstond package which immediately crashed because of not being compatible with modern node
This is the wrong repo for this issue - https://github.com/winstonjs/winstond would be the right one - but given that no updates have been made to winstond in 13 years, it's safe to say that particular sub-project is not maintained.
I'll probably go ahead and mark that repo as archived so we don't hit issues with this in the future.
The `Http` transport is a generic way to log, query, and stream logs from an arbitrary Http endpoint, preferably [winstond][1]. It takes options that are passed to the node.js `http` or `https` request:
🔎 Search Terms
http transport, docs, winstond
The problem
I was trying to get something to test HTTP transport and got the recommended by docs
winstond
package which immediately crashed because of not being compatible with modern nodePlease either update
winstond
to a working version or update docs linking to some other thing that can be used to test HTTP transportWhat version of Winston presents the issue?
docs, winstond@latest
What version of Node are you using?
v20+
If this worked in a previous version of Winston, which was it?
No response
Minimum Working Example
Additional information
No response
The text was updated successfully, but these errors were encountered: