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.