Is your feature request related to a problem? Please describe.
In debugging some Node.js stream related code, I'm getting debug logs for the readable stream, but not seeing any for the writable. Upon further investigation I found that there are no debug logs set up in writable stream.
https://github.com/nodejs/node/blob/master/lib/_stream_writable.js
Describe the solution you'd like
Add some nice logging to _stream_writable similar to _stream_readable.
I'll work on this one.
Any specific events you want to be covered?
@juanarbol I don't have specifics, except that'd I'd essentially like parity with the _stream_readable debug logs.
Get it, I'll put all the documented events, I may add some extras, as readable stream debug logs.
Thank you @juanarbol !
I've sent the first proposal:
Most helpful comment
Get it, I'll put all the documented events, I may add some extras, as readable stream debug logs.