Hi guys,
I am running a node.js project and I would like to show those typical debug info that you get from the node package debug. If I run the project on a local server with a tunnelling process, I can set an environment variable on my powershell terminal, run npm start
, and all the debug logs will show up on my console.
Although, I don’t know how to have a similar setup on Glitch, that is, those debug logs will show up in the same way.
Just in case, I am talking about these debug logs.
Any suggestion?
Thanks!