Winston Logger - NodeJs Debug console logs not showing in VSCode Winston Logger - NodeJs Debug console logs not showing in VSCode node.js node.js

Winston Logger - NodeJs Debug console logs not showing in VSCode


When using a logger that outputs to

process.stdout.write

you can use

"outputCapture": "std" in the launch config to also capture that.