Freelance Projects, Design and Programming Tutorials
NestJS Debugging in VS Code not showing log messages
console.log() messages show up in VS Code Debug Console but any messages using Logger does not show up. But both show up on stdout of docker or from terminal if I do npm run. Not able to figure out what is the reason.