I have developed several NodeJS web scripts that access the Data API, however it is very difficult to debug. Is there a way to use console.log() or other, to log output?
I’ve been using the response back to the client as the logging, which is very clumsy.
Thanks